共用方式為


IReadOnlyEntityType.GetAllBaseTypesAscending 方法

定義

從最接近的型別開始,取得此實體類型衍生自模型中的所有類型。

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

傳回

基底類型。

適用於