RemoveAt Method

MySQL Connector/Net

Removes the specified MySqlParameter from the collection.

Overload List

  NameDescription
RemoveAt(Int32)
Removes the specified MySqlParameter from the collection using a specific index.
(Overrides DbParameterCollection..::.RemoveAt(Int32).)
RemoveAt(String)
Removes the specified MySqlParameter from the collection using the parameter name.
(Overrides DbParameterCollection..::.RemoveAt(String).)

See Also