Sdílet prostřednictvím


IReadOnlyEntityType.GetAllBaseTypesAscending Metoda

Definice

Získá všechny typy v modelu, ze kterého se tento typ entity odvozuje, počínaje nejbližším typem.

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

Návraty

Základní typy.

Platí pro