DbCollectionEntry<TEntity,TElement>.EntityEntry Property

Definition

The DbEntityEntry<TEntity> to which this navigation property belongs.

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)

Property Value

An entry for the entity that owns this navigation property.

Applies to