次の方法で共有


DbUpdatableDataRecord.GetByte(Int32) メソッド

定義

フィールド値をバイトとして取得します。

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

パラメーター

i
Int32

フィールドの序数。

戻り値

バイトとしてのフィールド値。

実装

適用対象