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

Returns

The base types.

Applies to