QueryContext.GroupByParameters 屬性

定義

取得或設定參數集合,這些參數指定用於對擷取的資料進行分組的屬性。

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

屬性值

IDictionary<String,Object>

參數集合,供資料來源用於建立 GroupBy 子句。

適用於