IMutableEntityType.GetAllBaseTypesAscending 方法

定義

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

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

傳回

基底類型。

適用於