db4o

IQuery.OrderAscending Method 

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

IQuery OrderAscending();

Return Value

this Db4objects.Db4o.Query.IQuery 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

IQuery Interface | Db4objects.Db4o.Query Namespace