[]
Removes the DbParameter object at the specified from the collection.
public override void RemoveAt(int index)
Type | Name | Description |
---|---|---|
int | index | The index where the DbParameter object is located. |
Removes the DbParameter object with the specified name from the collection.
public override void RemoveAt(string parameterName)
Type | Name | Description |
---|---|---|
string | parameterName | The name of the DbParameter object to remove. |