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)

屬性值

一組參數,資料來源用來建立子 GroupBy 句。

適用於