Npgsql API Documentation

NpgsqlDataReader.GetInt16 Method 

[This is preliminary documentation and subject to change.]

Gets the value of a column converted to Int16.

[Visual Basic]
NotOverridable Public Function GetInt16( _
   ByVal i As Integer _
) As Short Implements _
   IDataRecord.GetInt16
[C#]
public short GetInt16(
   int i
);

Implements

IDataRecord.GetInt16

See Also

NpgsqlDataReader Class | Npgsql Namespace