Specifies a field on which to sort the rows selected by a query. Sorts the selected rows in ascending order.
Specifies a field on which to sort the rows selected by a query. Sorts the selected rows in ascending order.
public Criteria AddOrderBy(Field);
Specifies a field on which to sort the rows returned by a query. Sorts in ascending order.
public Criteria AddOrderBy(Field,Boolean);
Criteria Class | DomainObjects.Facade.Command Namespace