共用方式為


EntityDataReader.GetValue 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

取得所指定資料行的值,做為 Object 的執行個體。

命名空間:  System.Data.Entity.Core.EntityClient
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Overrides Function GetValue ( _
    ordinal As Integer _
) As Object
'用途
Dim instance As EntityDataReader 
Dim ordinal As Integer 
Dim returnValue As Object 

returnValue = instance.GetValue(ordinal)
public override Object GetValue(
    int ordinal
)
public:
virtual Object^ GetValue(
    int ordinal
) override
abstract GetValue : 
        ordinal:int -> Object  
override GetValue : 
        ordinal:int -> Object
public override function GetValue(
    ordinal : int
) : Object

參數

  • ordinal
    類型:System.Int32
    以零為基底的資料行序數。

傳回值

類型:System.Object
指定的資料行值。

Implements

IDataRecord.GetValue(Int32)

請參閱

參考

EntityDataReader 類別

System.Data.Entity.Core.EntityClient 命名空間