IEntityType.GetDerivedTypesInclusive Method

Definition

Returns all derived types of the given IEntityType, including the type itself.

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

Returns

IEnumerable<IEntityType>

Derived types.

Applies to