OracleDataReader.GetByte(Int32) メソッド
定義
指定された列の値をバイトとして取得します。Gets the value of the specified column as a byte.
public:
virtual System::Byte GetByte(int i);
public:
override System::Byte GetByte(int i);
public byte GetByte (int i);
public override byte GetByte (int i);
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
override this.GetByte : int -> byte
Public Function GetByte (i As Integer) As Byte
Public Overrides Function GetByte (i As Integer) As Byte
パラメーター
- i
- Int32
0 から始まる列序数。The zero-based column ordinal.
戻り値
指定した列の値をバイトとして取得したものです。The value of the specified column as a byte.
実装
例外
指定したキャストが有効ではありません。The specified cast is not valid.
注釈
IsDBNullこのメソッドを呼び出す前に、を呼び出して null 値を確認してください。Call IsDBNull to check for null values before calling this method.