The current filter.
The current join.
The current page.
The current page size.
The current sort.
Copies the entire contents of another query into this query.
The query to copy.
This object.
Sets the filter for the query. The default is nothing.
The filter query.
This object.
Adds a join criteria.
The collection to join on.
The local field to match.
The field from 'from' to match on.
The output name of the field.
This object.
Sets criteria to join on.
The join criteria.
This object.
Sets the page to retrieve. The default is the first page.
The page to retrieve.
This object.
Runs the query.
A promise that, when resolved, has ran and completed the query or transaction according to the parameters.
Sets the page size. The default is infinity.
The page size.
This object.
Adds a sort to the criteria.
The key to sort by.
The sorting direction.
This object.
Sets the sort criteria.
The sort criteria.
This object.
Generated using TypeDoc
Represents a query to run against a database.
The query object uses the builder pattern to modify the results.