Condividi tramite


RelationalModelValidator.IsRedundant(IForeignKey) Metodo

Definizione

Restituisce un valore che indica se la chiave esterna specificata è ridondante.

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

Parametri

foreignKey
IForeignKey

Chiave esterna.

Restituisce

Valore che indica se la chiave esterna specificata è ridondante.

Si applica a