DataSourceSelectArguments::SortExpression Property

 

Gets or sets an expression that the data source view uses to sort the data retrieved by the DataSourceView::Select(DataSourceSelectArguments^, DataSourceViewSelectCallback^) method.

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

public:
property String^ SortExpression {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that the data source view uses to sort data retrieved by the DataSourceView::Select(DataSourceSelectArguments^, DataSourceViewSelectCallback^) method. Empty is returned if sort expression has not been set.

The SortExpression property supports sorting scenarios.

.NET Framework
Available since 2.0
Return to top
Show: