Compartir a través de


IReadOnlyEntityType.GetAllBaseTypesInclusive Método

Definición

Devuelve todos los tipos base de este tipo de entidad, incluido el propio tipo, de arriba abajo.

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

Devoluciones

Tipos base.

Se aplica a