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

エンティティの型。

戻り値

基本スコープ。

適用対象