IConventionEntityType.GetAllBaseTypes Method

Definition

Gets all types in the model from which this entity type derives, starting with the root.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType> GetAllBaseTypes ();
abstract member GetAllBaseTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType>
override this.GetAllBaseTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType>
Public Overridable Function GetAllBaseTypes () As IEnumerable(Of IConventionEntityType)

Returns

The base types.

Applies to