MySqlParameterCollection.IndexOf Method

MySQL Connector/Net

MySqlParameterCollectionIndexOf Method
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 DbParameterCollectionIndexOf(Object).)
Public method IndexOf(String)
Gets the location of the MySqlParameter in the collection with a specific parameter name.
(Overrides DbParameterCollectionIndexOf(String).)
Top
See Also