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.13.0
Syntax
C#
public override void Remove(
	Object value
)

Parameters

value
Type: SystemObject
The DbParameter object to remove.

Implements

IListRemove(Object)
See Also