db4o

Query.orderAscending Method 

adds an ascending ordering criteria to this node of the query graph.

[Visual Basic]
Function orderAscending() As Query
[C#]
Query orderAscending();
[C++]
Query* orderAscending();
[JScript]
function orderAscending(): Query;

Return Value

this com.db4o.query.Query object to allow the chaining of method calls.

Remarks

adds an ascending ordering criteria to this node of the query graph. Multiple ordering criteria will be applied in the order they were called.

See Also

Query Interface | com.db4o.query Namespace