EntityEntryGraphNode.InboundNavigation Propiedad

Definición

Obtiene la propiedad de navegación que se recorre para llegar a este nodo en el gráfico.

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

Valor de propiedad

Comentarios

Consulte TrackGraph(Object, Action<EntityEntryGraphNode>) para obtener información sobre cómo se usan los nodos de grafos.

Se aplica a