EntityEntryGraphNode.InboundNavigation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要周遊以在圖形中到達這個節點的導覽屬性。
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
屬性值
備註
如需圖表節點的使用方式相關資訊,請參閱 TrackGraph(Object, Action<EntityEntryGraphNode>) 。