Condividi tramite


ModelValidator.IsRedundant(IForeignKey) Metodo

Definizione

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

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

Parametri

foreignKey
IForeignKey

Chiave esterna.

Restituisce

Valore che indica se la chiave esterna specificata è ridondante.

Si applica a