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