EntityEntryGraphNode.Entry Property

Definition

An EntityEntry for the entity instance represented by this node.

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

Property Value

Remarks

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

Applies to