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

戻り値

指定された列の値。

実装

適用対象