ForeignKeyExtensions.IsBaseLinking(IForeignKey) 方法

定义

返回一个值,该值指示外键是否在主键上定义并指向同一主键。

public static bool IsBaseLinking (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
static member IsBaseLinking : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> bool
<Extension()>
Public Function IsBaseLinking (foreignKey As IForeignKey) As Boolean

参数

foreignKey
IForeignKey

外键。

返回

一个值,该值指示外键是否在主键上定义并指向同一主键。

适用于