EntityEntryGraphNode.InboundNavigation Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la propriété de navigation en cours de traversée pour atteindre ce nœud dans le graphique.
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
Valeur de propriété
Remarques
Consultez TrackGraph(Object, Action<EntityEntryGraphNode>) pour plus d’informations sur l’utilisation des nœuds de graphe.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.