IEntityType.GetDerivedTypesInclusive Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Derived types.
Applies to
Feedback
Submit and view feedback for