QueryBuilder.order

Sets the ORDER part of the query. Accepts a column name and an Order value.

struct QueryBuilder
ref
order
(
string col
,
Order order
)

Meta