Public Function GetInt16( _ ByVal columnIndex As Integer _ ) As Short
Dim instance As BaseReader Dim columnIndex As Integer Dim value As Short value = instance.GetInt16(columnIndex)
public short GetInt16( int columnIndex )
public: short GetInt16( int columnIndex )
Parameters
- columnIndex
- Index of the column.
Return Value
System.Int16.