db4o

IQuery.SortBy Method 

Sort the resulting ObjectSet by the given comparator.

IQuery SortBy(
   IQueryComparator comparator
);

Parameters

comparator
The comparator to apply.

Return Value

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

Remarks

Sort the resulting ObjectSet by the given comparator.

See Also

IQuery Interface | Db4objects.Db4o.Query Namespace