Summary
Sort the resulting ObjectSet by the given comparator.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Query - Containing Type
- IQuery
Syntax
IQuery SortBy(IQueryComparator comparator)
Remarks
Sort the resulting ObjectSet by the given comparator.
Parameters
| Name | Type | Description |
|---|---|---|
| comparator | IQueryComparator | The comparator to apply. |
Return Value
| Type | Description |
|---|---|
| IQuery |
this
Db4objects.Db4o.Query.IQuery
object to allow the chaining of method calls.
|