RuntimeEntityType.IReadOnlyEntityType.GetDirectlyDerivedTypes Method

Definition

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType> IReadOnlyEntityType.GetDirectlyDerivedTypes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDirectlyDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDirectlyDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Function GetDirectlyDerivedTypes () As IEnumerable(Of IReadOnlyEntityType) Implements IReadOnlyEntityType.GetDirectlyDerivedTypes

Returns

The derived types.

Implements

Attributes

Applies to