Query creates a new generic query object.
An array of top-level Criterions to be included in the query.
An array of internal queries.
An object describing how to sort the query.
An array of top-level Criterions to be included in the query.
An array of internal queries.
An object describing how to sort the query.
and concatenates a new condition in an existing field.
The field name to query on. Can be a hierarchical path.
orderBy specify ascending order for the query results. On multiple calls, only the last one is considered.
The field name to query on. Can be a hierarchical path.
orderByDesc specify descending order for the query results. On multiple calls, only the last one is considered.
The field name to query on. Can be a hierarchical path.
where starts to create a query condition for a field
The field name to query on. Can be a hierarchical path.
Query allows to build queries to be used to fetch data from a model.