ColumnOrderingOperations<T> extension
Extension providing ordering operations for columns.
- on
-
- Column<
T>
- Column<
Methods
-
asc(
) → Order -
Available on Column<
Creates an Order with the column ordered ascending.T> , provided by the ColumnOrderingOperations extension -
desc(
) → Order -
Available on Column<
Creates an Order with the column ordered descending.T> , provided by the ColumnOrderingOperations extension