MySqlParameterCollection.RemoveAt Method
From MySQL Connector/Net
MySQL Connector/Net
| MySqlParameterCollectionRemoveAt Method |
Removes the specified MySqlParameter from the collection.
| Name | Description | |
|---|---|---|
|
|
RemoveAt(Int32) |
Removes the specified MySqlParameter from the collection using a specific index.
(Overrides DbParameterCollectionRemoveAt(Int32).) |
|
|
RemoveAt(String) |
Removes the specified MySqlParameter from the collection using the parameter name.
(Overrides DbParameterCollectionRemoveAt(String).) |