ForeignKeyExtensions.GetNavigation(IForeignKey, Boolean) 方法

定义

返回与此外键关联的导航。

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

参数

foreignKey
IForeignKey

外键。

pointsToPrincipal
Boolean

一个值,该值指示导航是否位于指向主体类型的依赖类型上。

返回

与此外键或 null 关联的导航。

适用于