public orderBy()

in lib/common/utils/statementBuilder.util.ts [76:79]


  public orderBy(orderBy: string): StatementBuilder {
    this._orderBy = this.removeKeyword(orderBy, this.ORDER_BY);
    return this;
  }