IReadOnlyEntityType.GetConcreteDerivedTypesInclusive Method

Definition

Returns all the derived types of this entity type, including the type itself, which are not abstract.

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

Returns

Non-abstract, derived types.

Applies to