Gets the character value of the specified column.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntaxpublic override char GetChar(
int ordinal
)
Parameters
- ordinal
- Type: System.Int32
Return Value
Type:
CharThe character value of the specified column.
Implements
IDataRecord.GetChar(Int32)
ExceptionsException | Condition |
---|
IndexOutOfRangeException | The index passed was outside the range of 0 through FieldCount. |
See Also