次の方法で共有


EntityTypeExtensions.GetConcreteDerivedTypesInclusive(IEntityType) メソッド

定義

型自体を含む、指定 IEntityTypeされた の派生型をすべて返します。これは ではありません abstract

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

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

非抽象派生型。

適用対象