QueryContext::OrderGroupsByParameters Property
.NET Framework (current version)
Gets or set a collection of parameters that specify fields that are used to order grouped data.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property IDictionary<String^, Object^>^ OrderGroupsByParameters { IDictionary<String^, Object^>^ get(); private: void set(IDictionary<String^, Object^>^ value); }
Property Value
Type: System.Collections.Generic::IDictionary<String^, Object^>^A collection of parameters that the data source uses to create an OrderGroupsBy clause.
.NET Framework
Available since 4.0
Available since 4.0
Show: