The DbEntityEntry<TEntity> to which this navigation property belongs.
public override DbEntityEntry<TEntity> EntityEntry { get; }
An entry for the entity that owns this navigation property.
DbCollectionEntry<TEntity, TElement> ClassSystem.Data.Entity.Infrastructure Namespace