src/core/smart-data-source/iquery.ts
A query that the SmartDataSource can use to request/update data.
Properties |
filter |
filter:
|
Type : SmartFilterDescriptor | string
|
Optional |
The filter to apply to the query. |
skip |
skip:
|
Type : number
|
Optional |
The number of records to skip. |
sort |
sort:
|
Type : SortDescriptor[]
|
Optional |
The sort direction that should be used. |
tableRef |
tableRef:
|
Type : string
|
Optional |
The name of the table that should be queried. |
top |
top:
|
Type : number
|
Optional |
The maximum number of records to fetch. |