EntityTypeExtensions.GetDerivedTypesInclusive(IEntityType) Metoda

Definicja

Zwraca wszystkie pochodne typy danego IEntityTypeobiektu , w tym sam typ.

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 jednostki.

Zwraca

Typy pochodne.

Dotyczy