次の方法で共有


PropertyConventionConfiguration.Where メソッド

定義

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

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

パラメーター

predicate
Func<PropertyInfo,Boolean>

条件の各プロパティをテストする関数。

戻り値

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

適用対象