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


IEntityType.GetAllBaseTypesInclusiveAscending Метод

Определение

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

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetAllBaseTypesInclusiveAscending ();
abstract member GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
override this.GetAllBaseTypesInclusiveAscending : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
Public Overridable Function GetAllBaseTypesInclusiveAscending () As IEnumerable(Of IEntityType)

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

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

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