Prepares the query for paging, adds additional system columns and updates the columns list.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- queryText
- Type: System String
Query text
- macros
- Type: CMS.DataEngine QueryMacros
Query expressions
- offset
- Type: System Int32
Index of first record to get
- maxRecords
- Type: System Int32
Maximum number of records to get
- getTotal (Optional)
- Type: System Boolean
If true, the query should get the total number of records
- subQuery (Optional)
- Type: System Boolean
If true, the query is used as a sub-query
Return Value
Type: StringSee Also