SqlBuilder.selectOrderBy

void selectOrderBy(gda.types.SqlBuilderId exprId, bool asc, string collationName = null)

Adds a new ORDER BY expression to a SELECT statement.

Parameters

exprIdthe ID of the expression to use during sorting (not 0)
asctrue for an ascending sorting
collationNamename of the collation to use when sorting, or null