次の方法で共有


EntityTypeExtensions.GetAllBaseTypesInclusive(IEntityType) メソッド

定義

指定 IEntityTypeした の基本型 (型自体を含む) をすべて上から下に返します。

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

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

基本データ型。

適用対象