DbPropertyEntry<TEntity, TProperty>.EntityEntry Property

 

The DbEntityEntry<TEntity> to which this property belongs.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public override DbEntityEntry<TEntity> EntityEntry { get; }

Property Value

Type: System.Data.Entity.Infrastructure.DbEntityEntry<TEntity>

An entry for the entity that owns this property.