Поделиться через


ConventionEntityTypeExtensions.GetAllBaseTypesAscending Метод

Определение

Получает все типы в модели, от которой наследуется данный тип сущности, начиная с ближайшего типа.

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

Параметры

entityType
IConventionEntityType

Тип сущности.

Возвращаемое значение

Базовые типы.

Применяется к