MySQL Connector/Net |
MySqlParameterCollection..::.Item Property (Int32) |
MySqlParameterCollection Class See Also Send Feedback |
Gets the MySqlParameter at the specified index.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
C# |
---|
public MySqlParameter this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As MySqlParameter |
Visual C++ |
---|
public: property MySqlParameter^ default[int index] { MySqlParameter^ get (int index); void set (int index, MySqlParameter^ value); } |
Parameters
- index
- Type: System..::.Int32