DbUpdatableDataRecord.GetByte(Int32) メソッド

定義

フィールド値を byte として取得します。

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

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

byte としてのフィールド値。

実装

適用対象