次の方法で共有


SqliteDataReader.GetByte(Int32) メソッド

定義

指定した列の値を Byte として取得します。

public override byte GetByte (int ordinal);
override this.GetByte : int -> byte
Public Overrides Function GetByte (ordinal As Integer) As Byte

パラメーター

ordinal
Int32

0 から始まる列序数。

戻り値

列の値。

適用対象