RemoveAt Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Removes the specified MySqlParameter from the collection.

Overload List

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

See Also