MutableEntityTypeExtensions.GetDerivedTypesInclusive Method

Definition

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

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

Parameters

entityType
IMutableEntityType

The entity type.

Returns

Derived types.

Applies to