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


EntityTypeExtensions.GetConcreteDerivedTypesInclusive(IEntityType) Метод

Определение

Возвращает все производные типы данного IEntityTypeобъекта , включая сам тип , которые не abstractявляются .

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

Параметры

entityType
IEntityType

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

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

Неавстрактные производные типы.

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