共用方式為


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

欄位的序數。

傳回

成為位元組的欄位值。

實作

適用於