OracleDataReader.GetByte(Int32) メソッド

定義

指定された列の値をバイトとして取得します。

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 から始まる列序数。

戻り値

指定した列の値をバイトとして取得したものです。

実装

例外

指定したキャストが有効ではありません。

注釈

このメソッドを呼び出す前に、 を呼び出IsDBNullして null 値をチェックします。

適用対象