MutableEntityTypeExtensions.GetDerivedTypesInclusive メソッド

定義

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

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

パラメーター

entityType
IMutableEntityType

エンティティの型。

戻り値

派生型。

適用対象