IEntityType.GetConcreteDerivedTypesInclusive Method

Definition

Returns all the derived types of the given IEntityType, including the type itself, which are not abstract.

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

Returns

IEnumerable<IEntityType>

Non-abstract, derived types.

Applies to