CqlParameterCollectionRemove Method |
Removes the specified DbParameter object from the collection.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntaxpublic override void Remove(
Object value
)
Parameters
- value
- Type: SystemObject
The DbParameter object to remove.
Implements
IListRemove(Object)
See Also