EntityDataReader.GetByte 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得指定資料行的值做為位元組。
命名空間: System.Data.Entity.Core.EntityClient
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Overrides Function GetByte ( _
ordinal As Integer _
) As Byte
'用途
Dim instance As EntityDataReader
Dim ordinal As Integer
Dim returnValue As Byte
returnValue = instance.GetByte(ordinal)
public override byte GetByte(
int ordinal
)
public:
virtual unsigned char GetByte(
int ordinal
) override
abstract GetByte :
ordinal:int -> byte
override GetByte :
ordinal:int -> byte
public override function GetByte(
ordinal : int
) : byte
參數
- ordinal
類型:System.Int32
以零為基底的資料行序數。
傳回值
類型:System.Byte
指定的資料行值。