Condividi tramite


IReadOnlyEntityType.LeastDerivedType(IReadOnlyEntityType) Metodo

Definizione

Ottiene il tipo meno derivato tra i due specificati.

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

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