EntityDataReader.GetByte(Int32) メソッド

定義

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

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

0 から始まる列の序数。

返品

指定した列の値。

実装

適用対象