IEntityType.GetDirectlyDerivedTypes Method

Definition

Gets all types in the model that directly derive from a given entity type.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetDirectlyDerivedTypes ();
abstract member GetDirectlyDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
Public Function GetDirectlyDerivedTypes () As IEnumerable(Of IEntityType)

Returns

IEnumerable<IEntityType>

The derived types.

Applies to