ForeignKeyExtensions.GetNavigation(IForeignKey, Boolean) Methode

Definition

Gibt eine Navigation zurück, die diesem Fremdschlüssel zugeordnet ist.

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

Parameter

foreignKey
IForeignKey

Der Fremdschlüssel.

pointsToPrincipal
Boolean

Ein Wert, der angibt, ob die Navigation auf dem abhängigen Typ basiert, der auf den Prinzipaltyp verweist.

Gibt zurück

Eine Navigation, die diesem Fremdschlüssel oder NULL zugeordnet ist.

Gilt für: