Skip to main content
A newer version of this page is available. .

SelectQueryFluentBuilder.SortByExpression(String) Method

Sorts the result set by a specified expression.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public SelectQueryFluentBuilder SortByExpression(
    string expression
)

Parameters

Name Type Description
expression String

A String value, specifying the sorting expression.

Returns

Type Description
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

See Also