src/api/core/queries/filterableQuery.ts
Extend BaseQuery and overrides where() and relation() methods. Used by SELECT, UPDATE and DELETE queries.
```typescript
Methods |
| Public where | ||||||||
where(filter: IFilteringCriterion
|
||||||||
|
Filter the dataset rows with some conditions where the operation will be applied
Parameters :
|
| Public fields | ||||||
fields(...fields: Array
|
||||||
|
Parameters :
|
| Public fields | |||||||||
fields(field: K | IAggField
|
|||||||||
Type parameters :
|
|||||||||
|
Parameters :
|