EntityTypeExtensions.GetAllBaseTypesAscending(IEntityType) Método

Definição

Obtém todos os tipos no modelo do qual um determinado tipo de entidade deriva, começando com o mais próximo.

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)

Parâmetros

entityType
IEntityType

O tipo de entidade.

Retornos

Os tipos base.

Aplica-se a