IReadOnlyEntityType.GetDerivedTypes Method

Definition

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

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

Returns

The derived types.

Applies to