MySQL Connector/Net |
MySqlParameterCollection..::.Item Property |
MySqlParameterCollection Class See Also Send Feedback |
Gets the MySqlParameter with a specified attribute.
[C#] In C#, this property is the indexer for the MySqlParameterCollection class.
Overload List
Name | Description | |
---|---|---|
Item[([(Int32])]) |
Gets the MySqlParameter at the specified index.
| |
Item[([(String])]) |
Gets the MySqlParameter with the specified name.
|