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 形式的字段值。

实现

适用于