Item Property

MySQL Connector/Net

Gets the MySqlParameter with a specified attribute. [C#] In C#, this property is the indexer for the MySqlParameterCollection class.

Overload List

  NameDescription
Item[([(Int32])])
Gets the MySqlParameter at the specified index.
Item[([(String])])
Gets the MySqlParameter with the specified name.

See Also