Click or drag to resize
CqlReaderGetName Method
Gets the name for the field to find.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public override string GetName(
	int ordinal
)

Parameters

ordinal
Type: SystemInt32

Return Value

Type: String
The name of the field or the empty string (""), if there is no value to return.

Implements

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