DataSourceSelectArguments.SortExpression Property
.NET Framework 2.0
Gets or sets an expression that the data source view uses to sort the data retrieved by the DataSourceView.Select method.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_SortExpression () /** @property */ public void set_SortExpression (String value)
public function get SortExpression () : String public function set SortExpression (value : String)
Not applicable.
Property Value
A string that the data source view uses to sort data retrieved by the DataSourceView.Select method. Empty is returned if sort expression has not been set.Community Additions
ADD
Show: