IMutableEntityType.GetAllBaseTypesAscending Method

Definition

Gets all types in the model from which this entity type derives, starting with the closest one.

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

Returns

The base types.

Applies to