IEntityType.GetConcreteDerivedTypesInclusive 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 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
Non-abstract, derived types.
Applies to
Feedback
Submit and view feedback for