DbMemberEntry<TEntity,TProperty>.EntityEntry Property

Definition

The DbEntityEntry<TEntity> to which this member belongs.

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

Property Value

An entry for the entity that owns this member.

Applies to