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)

属性值

拥有此属性的实体的项。

适用于