Count Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the number of MySqlParameter objects in the collection.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public override int Count { get; }
Visual Basic
Public Overrides ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get () override;
}

Implements

ICollection..::..Count

See Also