MySqlParameterCollection.Item Property

MySQL Connector/Net

MySqlParameterCollectionItem Property
Gets the MySqlParameter with a specified attribute. [C#] In C#, this property is the indexer for the MySqlParameterCollection class.
Overload List
  Name Description
Public property ItemInt32
Gets the MySqlParameter at the specified index.
Public property ItemString
Gets the MySqlParameter with the specified name.
Top
See Also