[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
adds a descending order criteria to this node of
the query graph.
Namespace: Db4objects.Db4o.Query
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function OrderDescending As IQuery |
C# |
---|
IQuery OrderDescending () |
Visual C++ |
---|
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.