IMutableEntityType.LeastDerivedType(IReadOnlyEntityType) Méthode

Définition

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

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

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, est null retourné.

S’applique à