Partager via


ConventionForeignKeyExtensions.GetNavigation Méthode

Définition

Retourne une navigation associée à cette clé étrangère.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation GetNavigation (this Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, bool pointsToPrincipal);
static member GetNavigation : Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation
<Extension()>
Public Function GetNavigation (foreignKey As IConventionForeignKey, pointsToPrincipal As Boolean) As IConventionNavigation

Paramètres

foreignKey
IConventionForeignKey

Clé étrangère.

pointsToPrincipal
Boolean

Valeur indiquant si la navigation se trouve sur le type dépendant pointant vers le type principal.

Retours

Navigation associée à cette clé étrangère ou null.

S’applique à