DomainObjects Class Library

Criteria.AddOrderBy Method

Specifies a field on which to sort the rows selected by a query. Sorts the selected rows in ascending order.

Overload List

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);

See Also

Criteria Class | DomainObjects.Facade.Command Namespace