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