AceQL HTTP C# Client SDK v7.7

AceQLDataReader..::..GetInt16 Method

Gets the value of the specified column as a 16-bit signed integer.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public short GetInt16(
	int ordinal
)

Parameters

ordinal
Type: Int32
The zero-based column ordinal.

Return Value

The value of the specified column.

Exceptions


ExceptionCondition
AceQL.Client.Api..::..AceQLExceptionIf any Exception occurs.