Delen via


IReadOnlyEntityType.GetDirectlyDerivedTypes Method

Definition

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

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

Returns

The derived types.

Applies to