MutableEntityTypeExtensions.GetAllBaseTypesAscending 方法

定義

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType> GetAllBaseTypesAscending (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetAllBaseTypesAscending : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType>
<Extension()>
Public Function GetAllBaseTypesAscending (entityType As IMutableEntityType) As IEnumerable(Of IMutableEntityType)

參數

entityType
IMutableEntityType

實體類型。

傳回

基底類型。

適用於