CollectionChangedEventData.EntityEntry Property

Definition

The entry for the entity instance on which the navigation property has been added to or removed from.

public virtual Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry EntityEntry { get; }
member this.EntityEntry : Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntry
Public Overridable ReadOnly Property EntityEntry As EntityEntry

Property Value

Implements

Applies to