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.2.2.0
Syntax
C# |
---|
public override int Count { get; } |
Visual Basic (Declaration) |
---|
Public Overrides ReadOnly Property Count As Integer |
Visual C++ |
---|
public: virtual property int Count { int get () override; } |