QueryConvertForGrid()
Use instead the function QuerySlice().
Converts query data to a structure that contains a paged subset of the query.
Status:
QueryConvertForGrid( query=query, page=number, pageSize=number );
Returns: Struct
| Argument | Description |
|---|---|
|
query
query,
required
|
edit
Name of the query whose data is returned. |
|
page
number,
required
|
edit
The specific page of query data to be returned. |
|
pageSize
number,
required
|
edit
Number of rows of query data on a page. |
Examples
editThere are currently no examples for this function.
See also
- Queries
- QuerySlice()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)