次の方法で共有


MutableModelExtensions.FindLeastDerivedEntityTypes メソッド

定義

指定された から最小派生型に対応するエンティティ型を返します。

public static System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType> FindLeastDerivedEntityTypes (this Microsoft.EntityFrameworkCore.Metadata.IMutableModel model, Type type, Func<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType,bool> condition = default);
static member FindLeastDerivedEntityTypes : Microsoft.EntityFrameworkCore.Metadata.IMutableModel * Type * Func<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType, bool> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType>
<Extension()>
Public Function FindLeastDerivedEntityTypes (model As IMutableModel, type As Type, Optional condition As Func(Of IMutableEntityType, Boolean) = Nothing) As IReadOnlyList(Of IMutableEntityType)

パラメーター

model
IMutableModel

エンティティ型を検索するモデル。

type
Type

基本データ型。

condition
Func<IMutableEntityType,Boolean>

エンティティ型をフィルター処理するためのオプションの条件。

戻り値

指定された から最小派生型に対応するエンティティ型の一覧。

適用対象