select_order_by
Description:
[ Version ( since = "4.2" ) ]
public void select_order_by (SqlBuilderId expr_id, bool asc, string? collation_name)
public void select_order_by (SqlBuilderId expr_id, bool asc, string? collation_name)
Adds a new ORDER BY expression to a SELECT statement.
Parameters:
| this |
a |
| expr_id |
the ID of the expression to use during sorting (not |
| asc |
|
| collation_name |
name of the collation to use when sorting, or |