Click or drag to resize
CqlParameterCollection.Contains Method (Object)
Indicates whether a DbParameter with the specified Value is contained in the collection.

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

Parameters

value
Type: System.Object
The Value of the DbParameter to look for in the collection.

Return Value

Type: Boolean
true if the DbParameter is in the collection; otherwise false.

Implements

IList.Contains(Object)
See Also