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


IReadOnlyEntityType.GetAllBaseTypesInclusiveAscending Метод

Определение

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

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType+<GetAllBaseTypesInclusiveAscending>d__17))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> GetAllBaseTypesInclusiveAscending ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType+<GetAllBaseTypesInclusiveAscending>d__13))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> GetAllBaseTypesInclusiveAscending ();
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType+<GetAllBaseTypesInclusiveAscending>d__12))]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> GetAllBaseTypesInclusiveAscending ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType+<GetAllBaseTypesInclusiveAscending>d__17))>]
abstract member GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType+<GetAllBaseTypesInclusiveAscending>d__13))>]
abstract member GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType+<GetAllBaseTypesInclusiveAscending>d__12))>]
abstract member GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Public Iterator Overridable Function GetAllBaseTypesInclusiveAscending () As IEnumerable(Of IReadOnlyEntityType)

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

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

Атрибуты

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