共用方式為


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

外鍵。

傳回

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

適用於