EntityEntryGraphNode.InboundNavigation Property

Definition

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