[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetInt16

GetInt16 Method

GetInt16(int)

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

Declaration
public override short GetInt16(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
short

The value of the specified column.

Overrides