QueryableDataSourceView::GroupByParameters Property

.NET Framework (current version)
 

Gets a collection of parameters whose values are used to create the GroupBy clause during the select operation.

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

public:
property ParameterCollection^ GroupByParameters {
	virtual ParameterCollection^ get();
}

Property Value

Type: System.Web.UI.WebControls::ParameterCollection^

A collection of parameters that are used to create the GroupBy clause.

.NET Framework
Available since 4.0
Return to top
Show: