Gets the character value of the specified column.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax public override char GetChar(
int ordinal
)
Parameters
- ordinal
- Type: SystemInt32
Return Value
Type:
CharThe character value of the specified column.
Implements
IDataRecordGetChar(Int32)Exceptions Exception | Condition |
---|
IndexOutOfRangeException | The index passed was outside the range of 0 through FieldCount. |
See Also