IConventionSkipNavigationBuilder.CanSetForeignKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值, 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 则为 。