MySQL Connector/Net |
MySqlParameterCollection..::.RemoveAt Method |
MySqlParameterCollection Class See Also Send Feedback |
Removes the specified MySqlParameter from the collection.
Overload List
Name | Description | |
---|---|---|
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).) |