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


EntityTypeExtensions.GetAllBaseTypesInclusiveAscending(IEntityType) Метод

Определение

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

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.EntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__12))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetAllBaseTypesInclusiveAscending (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.EntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__13))]
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetAllBaseTypesInclusiveAscending (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.EntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__12))>]
static member GetAllBaseTypesInclusiveAscending : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.EntityTypeExtensions+<GetAllBaseTypesInclusiveAscending>d__13))>]
static member GetAllBaseTypesInclusiveAscending : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
<Extension()>
Public Iterator Function GetAllBaseTypesInclusiveAscending (entityType As IEntityType) As IEnumerable(Of IEntityType)

Параметры

entityType
IEntityType

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

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

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

Атрибуты

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