IEntityType.GetAllBaseTypesInclusiveAscending Method

Definition

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

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)

Returns

The base types.

Applies to