CqlParameterCollectionRemove Method |
Removes the specified DbParameter object from the collection.
Namespace:
Dse.Data
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public override void Remove(
Object value
)
Parameters
- value
- Type: SystemObject
The DbParameter object to remove.
Implements
IListRemove(Object)See Also