[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The following tables list the members exposed by the IQuery type.
Public Methods
| Name | Description | |
|---|---|---|
| Constrain | adds a constraint to this node. | |
| Constraints |
returns a
Db4objects.Db4o.Query.IConstraints
object that holds an array of all constraints on this node.
| |
| Descend | returns a reference to a descendant node in the query graph. | |
| Execute |
executes the
Db4objects.Db4o.Query.IQuery
.
| |
| OrderAscending |
adds an ascending ordering criteria to this node of
the query graph.
| |
| OrderDescending |
adds a descending order criteria to this node of
the query graph.
| |
| SortBy | Sort the resulting ObjectSet by the given comparator. |