EntityTypeExtensions.GetDerivedTypesInclusive(IEntityType) Метод

Определение

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

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

Параметры

entityType
IEntityType

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

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

Производные типы.

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