CqlParameterCollectionRemoveAt Method (String) |
Removes the DbParameter object
with the specified name from the collection.
Namespace:
Dse.Data
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public override void RemoveAt(
string parameterName
)
Parameters
- parameterName
- Type: SystemString
The name of the DbParameter object to remove.
Implements
IDataParameterCollectionRemoveAt(String)See Also