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

Namespace: Dse.Data
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public override void Remove(
	Object value
)

Parameters

value
Type: System.Object
The DbParameter object to remove.

Implements

IList.Remove(Object)
See Also