Share via


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 子句。

適用於