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


IEntityType.GetAllBaseTypesAscending Метод

Определение

Получает все типы в модели, от которой наследуется данный тип сущности, начиная с ближайшего типа.

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

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

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

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