Megosztás a következőn keresztül:


RuntimeEntityType.IEntityType.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.IEntityType> IEntityType.GetDirectlyDerivedTypes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDirectlyDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDirectlyDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
Function GetDirectlyDerivedTypes () As IEnumerable(Of IEntityType) Implements IEntityType.GetDirectlyDerivedTypes

Returns

The derived types.

Implements

Attributes

Applies to