次の方法で共有


EntityTypeExtensions.GetAllBaseTypesAscending(IEntityType) メソッド

定義

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

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

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

基本スコープ。

適用対象