EntityDataReader.Item 屬性 (Int32)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得所指定資料行的值,做為 Object 的執行個體。
命名空間: System.Data.Entity.Core.EntityClient
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Overrides ReadOnly Default Property Item ( _
ordinal As Integer _
) As Object
Get
'用途
Dim instance As EntityDataReader
Dim ordinal As Integer
Dim value As Object
value = instance(ordinal)
public override Object this[
int ordinal
] { get; }
public:
virtual property Object^ default[int ordinal] {
Object^ get (int ordinal) override;
}
abstract Item : Object
override Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.
參數
- ordinal
類型:System.Int32
屬性值
類型:System.Object
指定的資料行值。