次の方法で共有


QueryContext.WhereParameters プロパティ

定義

取得するデータにレコードを含めるかどうかを決める条件を指定するパラメーターのコレクションを取得または設定します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ WhereParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> WhereParameters { get; }
member this.WhereParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property WhereParameters As IDictionary(Of String, Object)

プロパティ値

Where 句を作成するためにデータ ソースで使用するパラメーター コレクション。

適用対象