Aracılığıyla paylaş


MutableForeignKeyExtensions.GetNavigation(IMutableForeignKey, Boolean) Yöntem

Tanım

Bu yabancı anahtarla ilişkilendirilmiş 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 bağımlı türde olup olmadığını gösteren ve asıl türü işaret eden bir değer.

Döndürülenler

Bu yabancı anahtar veya nullile ilişkilendirilmiş bir gezinti.

Şunlara uygulanır