DbMemberEntry.EntityEntry Property

Definition

The DbEntityEntry to which this member belongs.

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

Property Value

An entry for the entity that owns this member.

Applies to