IReadOnlyEntityType.GetDerivedTypesInclusive Method

Definition

Returns all derived types of this entity type, including the type itself.

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

Returns

Derived types.

Applies to