共用方式為


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

外鍵。

傳回

值,指出指定的外鍵是否為備援。

適用於