IndexOf Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the location of a MySqlParameter in the collection.

Overload List

  Name Description
Public method IndexOf(Object)
Gets the location of a MySqlParameter in the collection.
(Overrides DbParameterCollection..::..IndexOf(Object).)
Public method IndexOf(String)
Gets the location of the MySqlParameter in the collection with a specific parameter name.
(Overrides DbParameterCollection..::..IndexOf(String).)

See Also