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

ConnectionProviderSql.FormatOrder(String, SortingDirection) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public virtual string FormatOrder(
    string sortProperty,
    SortingDirection direction
)

Parameters

Name Type
sortProperty String
direction SortingDirection

Returns

Type
String
See Also