MySqlParameterCollection.Count Property

MySQL Connector/Net

MySqlParameterCollectionCount Property
Gets the number of MySqlParameter objects in the collection.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () override;
}
abstract Count : int with get
override Count : int with get

Property Value

Type: Int32

Implements

ICollectionCount
See Also