次の方法で共有


TypeConventionConfiguration.Where(Func<Type,Boolean>) メソッド

定義

述語に基づいて、この規則が適用されるエンティティ型をフィルター処理します。

public System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration Where (Func<Type,bool> predicate);
member this.Where : Func<Type, bool> -> System.Data.Entity.ModelConfiguration.Configuration.TypeConventionConfiguration
Public Function Where (predicate As Func(Of Type, Boolean)) As TypeConventionConfiguration

パラメーター

predicate
Func<Type,Boolean>

条件の各エンティティ型をテストする関数。

戻り値

複数の TypeConventionConfiguration 呼び出しをチェーンできるようにする インスタンス。

適用対象