Share via


EntityTypeExtensions.GetAllBaseTypes(IEntityType) Metoda

Definice

Získá všechny typy v modelu, ze kterých daný typ entity odvozuje, počínaje kořenem.

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

Parametry

entityType
IEntityType

Typ entity.

Návraty

Základní typy.

Platí pro