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

字段的序号。

返回

字节形式的字段值。

实现

适用于