Advanced.Data.Provider Documentation

AdpDataReader.GetInt16 Method 

[This is preliminary documentation and subject to change.]

Gets the 16-bit signed integer value of the specified field.

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

Parameters

i
The index of the field to find.

Return Value

The 16-bit signed integer value of the specified field.

Implements

IDataRecord.GetInt16

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace