MutableForeignKeyExtensions.GetNavigation(IMutableForeignKey, Boolean) Yöntem

Tanım

Bu yabancı anahtarla ilişkili bir gezinti döndürür.

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

Parametreler

foreignKey
IMutableForeignKey

Yabancı anahtar.

pointsToPrincipal
Boolean

Gezintinin asıl türü işaret eden bağımlı türde olup olmadığını gösteren bir değer.

Döndürülenler

IMutableNavigation

Bu yabancı anahtar veya ile ilişkili bir null gezinti.

Şunlara uygulanır