QueryableDataSourceView::OrderBy Property

.NET Framework (current version)
 

Gets or sets the name or names of the properties 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 String^ OrderBy {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A value that is used to create the OrderBy clause.

.NET Framework
Available since 4.0
Return to top
Show: