MySqlParameterCollection.RemoveAt Method

MySQL Connector/Net

MySqlParameterCollectionRemoveAt Method
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 DbParameterCollectionRemoveAt(Int32).)
Public method RemoveAt(String)
Removes the specified MySqlParameter from the collection using the parameter name.
(Overrides DbParameterCollectionRemoveAt(String).)
Top
See Also