CqlReaderGetOrdinal Method |
Return the index of the named field.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public override int GetOrdinal(
string name
)
Parameters
- name
- Type: SystemString
The name of the field to find.
Return Value
Type:
Int32The index of the named field.
Implements
IDataRecordGetOrdinal(String)See Also