IReadOnlyEntityType.LeastDerivedType(IReadOnlyEntityType) Méthode

Définition

Obtient le type le moins dérivé entre les deux spécifiés.

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

Paramètres

otherEntityType
IReadOnlyEntityType

Autre type d’entité à comparer.

Retours

Type le moins dérivé entre les deux spécifiés. Si les types d’entités donnés ne sont pas liés, null est retourné.

S’applique à