Sdílet prostřednictvím


MutableForeignKeyExtensions.GetNavigation(IMutableForeignKey, Boolean) Metoda

Definice

Vrátí navigaci přidruženou k tomuto cizímu klíči.

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

Parametry

foreignKey
IMutableForeignKey

Cizí klíč.

pointsToPrincipal
Boolean

Hodnota označující, zda je navigace na závislém typu odkazující na typ objektu zabezpečení.

Návraty

Navigace přidružená k tomuto cizímu klíči nebo null.

Platí pro