







![]() ![]() |
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.8.4.0
Syntax
C# |
---|
public MySqlParameter this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As MySqlParameter Get Set |
Visual C++ |
---|
public: property MySqlParameter^ default[int index] { MySqlParameter^ get (int index); void set (int index, MySqlParameter^ value); } |
Parameters
- index
- Type: System..::..Int32