Share via


IMutableEntityType.GetAllBaseTypesAscending Método

Definição

Obtém todos os tipos no modelo do qual esse tipo de entidade deriva, começando com o mais próximo.

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)

Retornos

Os tipos base.

Aplica-se a