IEntityType.GetAllBaseTypesInclusive 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 base types of the given entity type, including the type itself, top to bottom.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> GetAllBaseTypesInclusive ();
abstract member GetAllBaseTypesInclusive : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
override this.GetAllBaseTypesInclusive : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
Public Overridable Function GetAllBaseTypesInclusive () As IEnumerable(Of IEntityType)
Returns
The base types.
Applies to
Feedback
Submit and view feedback for