RelationalModelValidator.IsRedundant(IForeignKey) 方法

定义

返回一个值,该值指示给定的外键是否冗余。

protected override bool IsRedundant (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
override this.IsRedundant : Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> bool
Protected Overrides Function IsRedundant (foreignKey As IForeignKey) As Boolean

参数

foreignKey
IForeignKey

外键。

返回

一个值,该值指示给定的外键是否是冗余的。

适用于