Sdílet prostřednictvím


EntityTypeExtensions.GetAllBaseTypesAscending(IEntityType) Metoda

Definice

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetAllBaseTypesAscending (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetAllBaseTypesAscending : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
<Extension()>
Public Function GetAllBaseTypesAscending (entityType As IEntityType) As IEnumerable(Of IEntityType)

Parametry

entityType
IEntityType

Typ entity.

Návraty

Základní typy.

Platí pro