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


IConventionEntityType.GetAllBaseTypesAscending Метод

Определение

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

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

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

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

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