QueryContext.OrderGroupsByParameters 屬性

定義

取得或設定參數集合,這些參數指定用於對分組的資料進行排序的欄位。

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

屬性值

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

適用於