Share via


EntityTypeExtensions.GetDerivedTypesInclusive(IEntityType) メソッド

定義

型自体を含む、指定 IEntityTypeされた のすべての派生型を返します。

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

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

派生型。

適用対象