| CqlReaderGetOrdinal Method  | 
Return the index of the named field.
 
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic 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