SelectQueryFluentBuilder.SortByExpression(String) Method
In This Article
Sorts the result set by a specified expression.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public SelectQueryFluentBuilder SortByExpression(
string expression
)
#Parameters
Name | Type | Description |
---|---|---|
expression | String | A String value, specifying the sorting expression. |
#Returns
Type | Description |
---|---|
Select |
A Select |
See Also