Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値を 16 ビット符号付き整数として返します。
Public Overrides Function GetInt16(ByVal ordinal As Integer) As Short
public override short GetInt16(int ordinal)
ordinal 値の取得元のカラムを示す順序数。番号は 0 から始まります。
指定されたカラムの値。
変換は行われないため、取り出されるデータはすでに 16 ビット符号付き整数である必要があります。