addOrderBy method

Union addOrderBy(
  1. QOrder orderBy
)

Implementation

Union addOrderBy(QOrder orderBy) {
  _orderBy.add(orderBy);
  return this;
}