IQuery.

OrderDescending() Method

Summary

Adds a descending order criteria to this node of the query graph.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Query
Containing Type
IQuery

Syntax

IQuery OrderDescending()

Remarks

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

For semantics of multiple calls setting ordering criteria, see Db4objects.Db4o.Query.IQuery.OrderAscending .

Return Value

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