ascending method

Ordering ascending ()

Implementation

Ordering ascending() {
  this
      ._internalExpression
      .internalExpressionStack
      .add({"orderingSortOrder": "ascending"});
  return this;
}