IEntityType.GetDirectlyDerivedTypes 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 directly derive from a given entity type.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetDirectlyDerivedTypes ();
abstract member GetDirectlyDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
Public Function GetDirectlyDerivedTypes () As IEnumerable(Of IEntityType)
Returns
The derived types.
Applies to
Feedback
Submit and view feedback for