Share via


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 子句的参数集合。

适用于