Click or drag to resize
CqlReaderGetChar Method
Gets the character value of the specified column.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax
C#
public override char GetChar(
	int ordinal
)

Parameters

ordinal
Type: SystemInt32

Return Value

Type: Char
The character value of the specified column.

Implements

IDataRecordGetChar(Int32)
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe index passed was outside the range of 0 through FieldCount.
See Also