DataSourceSelectArguments.SortExpression Property
.NET Framework (current version)
Gets or sets an expression that the data source view uses to sort the data retrieved by the DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringA 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
Available since 2.0
Show: