ConventionEntityTypeExtensions.GetDerivedTypesInclusive Method

Definition

Returns all derived types of the given IConventionEntityType, including the type itself.

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

Parameters

entityType
IConventionEntityType

The entity type.

Returns

Derived types.

Applies to