Compartilhar via


IMutableEntityType.GetAllBaseTypesInclusiveAscending Método

Definição

Retorna todos os tipos base desse tipo de entidade, incluindo o próprio tipo, de baixo para cima.

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

Retornos

Tipos base.

Aplica-se a