ConventionEntityTypeExtensions.GetAllBaseTypesAscending メソッド

定義

特定のエンティティ型の派生元であるモデル内のすべての型を、最も近いものから取得します。

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

パラメーター

entityType
IConventionEntityType

エンティティの型。

戻り値

基本スコープ。

適用対象