ModelQueryParams Interface
Parameters for performing a query on Model classes.
extensions
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| wantPrivate | undefined | boolean | ||
| wantTemplate | undefined | boolean |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| bindings | object | any[] | EntityQueryParams | Bindings for parameterized values. |
| from | undefined | string | EntityQueryParams | The sql className, in the form "Schema.ClassName", of the class to search. |
| limit | undefined | number | EntityQueryParams | Optional "LIMIT" clause to limit the number of rows returned. |
| offset | undefined | number | EntityQueryParams | Optional "OFFSET" clause. |
| only | undefined | boolean | EntityQueryParams | Set to true to limit results to not include sub-classes of "from" class |
| orderBy | undefined | string | EntityQueryParams | Optional "ORDERBY" clause to sort results. |
| where | undefined | string | EntityQueryParams | Optional "WHERE" clause to filter entities. |
Defined in
- core/common/src/ModelProps.ts Line 42
Last Updated: 30 November, 2023