Initializes a new instance of this object.
The invoke action for the query.
Gets the current filter.
The current filter.
Gets the current join.
The current join.
Gets the current page.
The current page.
Gets the current page size.
The current page size.
Gets the current sort.
The current sort.
Copies another query into this query.
The query to copy.
This object.
Sets the filter.
The filter to use.
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.
The 0 based page index.
This object.
Invokes the action.
A promise that when resolved, has returned the results of the query.
Sets the page size.
The page size.
This object.
Updates the current sort criteria by adding one.
The sort key.
The direction to sort.
This object.
Sets the entire sort criteria.
The sort criteria.
This object.
Generated using TypeDoc
Represents an implementation of the IZDatabaseQuery interface.