다음을 통해 공유


MutableForeignKeyExtensions.GetNavigation(IMutableForeignKey, Boolean) 메서드

정의

이 외래 키와 연결된 탐색을 반환합니다.

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

매개 변수

foreignKey
IMutableForeignKey

외래 키입니다.

pointsToPrincipal
Boolean

탐색이 보안 주체 형식을 가리키는 종속 형식에 있는지 여부를 나타내는 값입니다.

반환

이 외래 키 또는 null와 연결된 탐색입니다.

적용 대상