Share via


IEntityType.GetAllBaseTypesAscending 方法

定義

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

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

傳回

基底類型。

適用於