IConventionSkipNavigationBuilder.CanSetForeignKey 方法

定义

返回一个值, ForeignKey 该值指示是否可以从给定的配置源为此导航设置 。

public bool CanSetForeignKey (Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey, bool fromDataAnnotation = false);
public bool CanSetForeignKey (Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey? foreignKey, bool fromDataAnnotation = false);
abstract member CanSetForeignKey : Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey * bool -> bool
Public Function CanSetForeignKey (foreignKey As IConventionForeignKey, Optional fromDataAnnotation As Boolean = false) As Boolean

参数

foreignKey
IConventionForeignKey

外键。 传递 null 将导致没有关联的外键。

fromDataAnnotation
Boolean

指示是否使用数据注释指定配置。

返回

true 如果可以为此属性设置 , ForeignKey 则为 。

适用于