Compartir a través de


IConventionEntityType.GetAllBaseTypesAscending Método

Definición

Obtiene todos los tipos del modelo del que deriva este tipo de entidad, empezando por el más cercano.

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)

Devoluciones

Tipos base.

Se aplica a