EntityEntryGraphNode.InboundNavigation 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.
Gets the navigation property that is being traversed to reach this node in the graph.
public virtual Microsoft.EntityFrameworkCore.Metadata.INavigation InboundNavigation { get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.INavigationBase InboundNavigation { get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.INavigationBase? InboundNavigation { get; }
member this.InboundNavigation : Microsoft.EntityFrameworkCore.Metadata.INavigation
member this.InboundNavigation : Microsoft.EntityFrameworkCore.Metadata.INavigationBase
Public Overridable ReadOnly Property InboundNavigation As INavigation
Public Overridable ReadOnly Property InboundNavigation As INavigationBase
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