Share via


IConventionEntityType.LeastDerivedType(IReadOnlyEntityType) Metodo

Definizione

Ottiene il tipo meno derivato tra i due specificati.

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

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