Partager via


IConventionEntityType.GetAllBaseTypesInclusiveAscending Méthode

Définition

Retourne tous les types de base de ce type d’entité, y compris le type lui-même, de bas en haut.

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)

Retours

Types de base.

S’applique à