CqlParameterCollection.Remove Method |
Removes the specified DbParameter object from the collection.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax public override void Remove(
Object value
)
Parameters
- value
- Type: System.Object
The DbParameter object to remove.
Implements
IList.Remove(Object)See Also