ConventionEntityTypeExtensions.GetDerivedTypes(IConventionEntityType) Methode

Definition

Ruft alle Typen im Modell ab, die von einem bestimmten Entitätstyp abgeleitet werden.

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

Parameter

entityType
IConventionEntityType

Der Entitätstyp.

Gibt zurück

Die abgeleiteten Typen.

Gilt für: