EntityTypeExtensions.GetAllBaseTypesAscending(IEntityType) Méthode

Définition

Obtient tous les types du modèle dont dérive un type d’entité donné, en commençant par le plus proche.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetAllBaseTypesAscending (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetAllBaseTypesAscending : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
<Extension()>
Public Function GetAllBaseTypesAscending (entityType As IEntityType) As IEnumerable(Of IEntityType)

Paramètres

entityType
IEntityType

Type d'entité.

Retours

Types de base.

S’applique à