Click or drag to resize
CqlReaderGetOrdinal Method
Return the index of the named field.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public override int GetOrdinal(
	string name
)

Parameters

name
Type: SystemString
The name of the field to find.

Return Value

Type: Int32
The index of the named field.

Implements

IDataRecordGetOrdinal(String)
See Also