QueryResult
Interface
The result of data source's query method.
Properties
Property | Type | Notes |
---|---|---|
number | The number of result records. | |
string[] | The jimuFieldName. | |
IMQueryParams | The query parameters that generate the result. | |
Records of the query result. |
queryParams
Interface PropertyqueryParams: IMQueryParams
The query parameters that generate the result.
records
optional
Interface Propertyrecords: DataRecord[]
Records of the query result.
count: number
The number of result records.