Click or drag to resize
CqlParameterCollectionRemove Method
Removes the specified DbParameter object from the collection.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public override void Remove(
	Object value
)

Parameters

value
Type: SystemObject
The DbParameter object to remove.

Implements

IListRemove(Object)
See Also