DbPropertyEntry.EntityEntry Property

Definition

The DbEntityEntry to which this property belongs.

public override System.Data.Entity.Infrastructure.DbEntityEntry EntityEntry { get; }
member this.EntityEntry : System.Data.Entity.Infrastructure.DbEntityEntry
Public Overrides ReadOnly Property EntityEntry As DbEntityEntry

Property Value

An entry for the entity that owns this property.

Applies to