EntityEntryGraphNode.SourceEntry Property

Definition

An EntityEntry for the entity instance from which a navigation property was traversed to the instance represented by this node.

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

Property Value

Remarks

See TrackGraph(Object, Action<EntityEntryGraphNode>) for information on how graph nodes are used.

Applies to