db4o

IQuery.OrderDescending Method 

adds a descending order criteria to this node of the query graph.

IQuery OrderDescending();

Return Value

this Db4objects.Db4o.Query.IQuery object to allow the chaining of method calls.

Remarks

adds a descending order 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