Condividi tramite


IMutableEntityType.LeastDerivedType(IReadOnlyEntityType) Metodo

Definizione

Ottiene il tipo meno derivato tra i due specificati.

public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType? LeastDerivedType (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType otherEntityType);
abstract member LeastDerivedType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
override this.LeastDerivedType : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Public Overridable Function LeastDerivedType (otherEntityType As IReadOnlyEntityType) As IMutableEntityType

Parametri

otherEntityType
IReadOnlyEntityType

Altro tipo di entità da confrontare.

Restituisce

Tipo meno derivato tra i due specificati. Se i tipi di entità specificati non sono correlati, null viene restituito.

Si applica a