IConventionEntityType.GetAllBaseTypesAscending 方法

定義

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

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

傳回

基底類型。

適用於