GetInt16 Method (C1SnowflakeDataReader)
Gets the value of the specified column as a 16-bit signed integer.
'Declaration
Public Overridable Function GetInt16( _
ByVal As Integer _
) As Short
public virtual short GetInt16(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.