Share via


RuntimeTypeBase.DirectlyDerivedTypes Property

Definition

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

public virtual System.Collections.Generic.SortedSet<Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase> DirectlyDerivedTypes { get; }
member this.DirectlyDerivedTypes : System.Collections.Generic.SortedSet<Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase>
Public Overridable ReadOnly Property DirectlyDerivedTypes As SortedSet(Of RuntimeTypeBase)

Property Value

The derived types.

Applies to