Click or drag to resize
CqlReaderGetInt32 Method
Gets the 32-bit signed integer value of the specified field.

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

Parameters

ordinal
Type: SystemInt32

Return Value

Type: Int32
The 32-bit signed integer value of the specified field.

Implements

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