DataSourceSelectArguments Constructor (String)
.NET Framework (current version)
Initializes a new instance of the DataSourceSelectArguments class with the specified sort expression.
Assembly: System.Web (in System.Web.dll)
Parameters
- sortExpression
-
Type:
System.String
A sort expression that data source controls use to sort the result of a data retrieval operation before the result is returned to a caller.
The DataSourceSelectArguments(String) constructor creates an instance of the class with the SortExpression initialized with the specified expression and the StartRowIndex and MaximumRows properties initialized to zero.
.NET Framework
Available since 2.0
Available since 2.0
Show: