共用方式為


DbPropertyEntry<TEntity,TProperty>.EntityEntry 屬性

定義

DbEntityEntry<TEntity>這個屬性所屬的 。

public override System.Data.Entity.Infrastructure.DbEntityEntry<TEntity> EntityEntry { get; }
member this.EntityEntry : System.Data.Entity.Infrastructure.DbEntityEntry<'Entity (requires 'Entity : null)>
Public Overrides ReadOnly Property EntityEntry As DbEntityEntry(Of TEntity)

屬性值

擁有此屬性之實體的項目。

適用於