IEntityType.GetDerivedTypes 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.
Gets all types in the model that derive from a given entity type.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetDerivedTypes ();
abstract member GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
override this.GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
Public Overridable Function GetDerivedTypes () As IEnumerable(Of IEntityType)
Returns
The derived types.
Applies to
Feedback
Submit and view feedback for