QueryContext.WhereParameters プロパティ

定義

取得したデータにレコードを含めるために true にする必要がある条件を指定するパラメーターのコレクションを取得または設定します。

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 句の作成に使用するパラメーターのコレクション。

適用対象