SqlBuilder.selectOrderBy
void selectOrderBy(gda.types.SqlBuilderId exprId, bool asc, string collationName = null)Adds a new ORDER BY expression to a SELECT statement.
Parameters
exprId | the ID of the expression to use during sorting (not 0) |
asc | true for an ascending sorting |
collationName | name of the collation to use when sorting, or null |