IEntityType.GetDerivedTypesInclusive Method

Definition

Returns all derived types of this entity type, 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

Derived types.

Applies to