Interface
Query parameter which supports SQL.
Properties
| Property | Type | Notes |
|---|---|---|
honorOutFields | boolean | Since widgets share the loaded data when using the load method, the data source will concatenate all the fields used by the widgets as the final outField when sending the request. If set to true, the data source will use the outFields provided directly. This can improve performance, but please ensure that you pass in sufficient fields to avoid errors in the widgets. |
orderByFields | string[] | One or more |
outFields | string[] | The list of fields to be included in the returned result set. |
pageinherited | number | Page number starts from 1, not 0. |
pageSizeinherited | number | Page size. |
where | string | A where clause for the query. |