Partager via


ModelValidator.IsRedundant(IForeignKey) Méthode

Définition

Retourne une valeur indiquant si la clé étrangère donnée est redondante.

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

Paramètres

foreignKey
IForeignKey

Clé étrangère.

Retours

Valeur indiquant si la clé étrangère donnée est redondante.

S’applique à