ModelValidator.IsRedundant(IForeignKey) 方法

定义

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

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

参数

foreignKey
IForeignKey

外键。

返回

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

适用于