thenBy method
Appends ordering, keeping what is already there.
Implementation
S thenBy(List<MssqlOrder> Function(TFields fields) ordering) =>
rebuild(state.thenBy(ordering(fields)));
Appends ordering, keeping what is already there.
S thenBy(List<MssqlOrder> Function(TFields fields) ordering) =>
rebuild(state.thenBy(ordering(fields)));