Gets the name for the field to find.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public override string GetName(
int ordinal
)
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
StringThe name of the field or the empty string (""), if there is no value to return.
Implements
IDataRecordGetName(Int32)Exceptions Exception | Condition |
---|
IndexOutOfRangeException | The index passed was outside the range of 0 through FieldCount. |
See Also