IndexOf Method

MySQL Connector/Net

Gets the location of a MySqlParameter in the collection.

Overload List

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

See Also