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

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

Parameters

ordinal
Type: SystemInt32

Return Value

Type: Int16
The 16-bit signed integer value of the specified field.

Implements

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