[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Namespace: Db4objects.Db4o.Query
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function OrderAscending As IQuery
C#
IQuery OrderAscending ()
Visual C++
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.