Skip to main content

order_by_id

Function order_by_id 

Source
pub fn order_by_id<Q, I>(query: Q, id_column: I, order: SortOrder) -> Q
where Q: QueryOrder, I: ColumnTrait,
Expand description

Orders a query by an id column.