Click or drag to resize
CqlParameterCollectionIndexOf Method (Object)
Returns the index of the specified DbParameter object.

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

Parameters

value
Type: SystemObject
The DbParameter object in the collection.

Return Value

Type: Int32
The index of the specified DbParameter object.

Implements

IListIndexOf(Object)
See Also