select_order_by
Description:
[ Version ( since = "4.2" ) ]
public void select_order_by (SqlBuilderId expr_id, bool asc, string? collation_name = null)
public void select_order_by (SqlBuilderId expr_id, bool asc, string? collation_name = null)
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 0) |
asc |
true for an ascending sorting |
collation_name |
name of the collation to use when sorting, or null |