IReadOnlyEntityType.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.IReadOnlyEntityType> GetAllBaseTypes ();
abstract member GetAllBaseTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
override this.GetAllBaseTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType>
Public Overridable Function GetAllBaseTypes () As IEnumerable(Of IReadOnlyEntityType)

Returns

The base types.

Applies to