Item Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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 Item[([( Int32])])
Gets the MySqlParameter at the specified index.
Public property Item[([( String])])
Gets the MySqlParameter with the specified name.

See Also