Udostępnij za pośrednictwem


ConventionEntityTypeExtensions.GetAllBaseTypes(IConventionEntityType) Metoda

Definicja

Pobiera wszystkie typy w modelu, z którego pochodzi dany typ jednostki, począwszy od katalogu głównego.

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

Parametry

entityType
IConventionEntityType

Typ jednostki.

Zwraca

Typy podstawowe.

Dotyczy