







![]() ![]() |
MySQL Connector/Net |
MySqlParameterCollection..::..Count Property |
MySqlParameterCollection Class See Also Send Feedback |
![]() |
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; } |