QueryContext.OrderGroupsByParameters Property

.NET Framework (current version)
 

Gets or set a collection of parameters that specify fields that are used to order grouped data.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

Public Property OrderGroupsByParameters As IDictionary(Of String, Object)
	Get
	Private Set
End Property

Property Value

Type: System.Collections.Generic.IDictionary(Of String, Object)

A collection of parameters that the data source uses to create an OrderGroupsBy clause.

.NET Framework
Available since 4.0
Return to top
Show: