thenBy method

S thenBy(
  1. List<MssqlOrder> ordering(
    1. TFields fields
    )
)

Appends ordering, keeping what is already there.

Implementation

S thenBy(List<MssqlOrder> Function(TFields fields) ordering) =>
    rebuild(state.thenBy(ordering(fields)));