Share via


EntityTypeExtensions.GetDirectlyDerivedTypes(IEntityType) メソッド

定義

特定のエンティティ型から直接派生するモデル内のすべての型を取得します。

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

パラメーター

entityType
IEntityType

エンティティの型。

戻り値

派生型。

適用対象