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

适用于