Udostępnij za pośrednictwem


MutableEntityTypeExtensions.GetDerivedTypes(IMutableEntityType) Metoda

Definicja

Pobiera wszystkie typy w modelu pochodzącym z danego typu jednostki.

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

Parametry

entityType
IMutableEntityType

Typ jednostki.

Zwraca

Typy pochodne.

Dotyczy