Share via


IConventionEntityType.GetAllBaseTypesInclusiveAscending Method

Definition

Returns all base types of this entity type, including the type itself, bottom to top.

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

Returns

Base types.

Applies to