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