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


IReadOnlyEntityType.GetAllBaseTypesAscending Метод

Определение

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

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

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

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

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