共用方式為


DbPropertyEntry.EntityEntry 屬性

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

此屬性所屬的 DbEntityEntry

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

語法

'宣告
Public Overrides ReadOnly Property EntityEntry As DbEntityEntry 
    Get
'用途
Dim instance As DbPropertyEntry 
Dim value As DbEntityEntry 

value = instance.EntityEntry
public override DbEntityEntry EntityEntry { get; }
public:
virtual property DbEntityEntry^ EntityEntry {
    DbEntityEntry^ get () override;
}
abstract EntityEntry : DbEntityEntry 
override EntityEntry : DbEntityEntry
override function get EntityEntry () : DbEntityEntry

屬性值

類型:System.Data.Entity.Infrastructure.DbEntityEntry
擁有此屬性之實體的項目。

請參閱

參考

DbPropertyEntry 類別

System.Data.Entity.Infrastructure 命名空間