Share via


EntityTypeExtensions.GetDerivedTypesInclusive(IEntityType) Metoda

Definice

Vrátí všechny odvozené typy daného IEntityType, včetně samotného typu.

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

Parametry

entityType
IEntityType

Typ entity.

Návraty

Odvozené typy.

Platí pro