QueryableDataSourceView::OrderByParameters Property

.NET Framework (current version)
 

Gets a collection of parameters that are used during the select operation to sort data.

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

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

Property Value

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

The parameters that are used to create the OrderBy clause.

.NET Framework
Available since 4.0
Return to top
Show: