DbDataRecord.GetByte(Int32) 方法

定义

以字节的形式返回指定列的值。

public:
 abstract System::Byte GetByte(int i);
public:
 virtual System::Byte GetByte(int i);
public abstract byte GetByte (int i);
public byte GetByte (int i);
abstract member GetByte : int -> byte
abstract member GetByte : int -> byte
override this.GetByte : int -> byte
Public MustOverride Function GetByte (i As Integer) As Byte
Public Function GetByte (i As Integer) As Byte

参数

i
Int32

列序号。

返回

指定列的值。

实现

注解

不执行任何转换;因此,检索到的数据必须已是字节。

适用于

另请参阅