EntityEntryGraphNode.SourceEntry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework