DocumentQueryProperties GetResults Method Kentico 8.1 API Reference
Gets query modified results. Returns null if there is no modification needed.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

query
Type: CMS.DataEngine IDataQuery
Query to execute
coupledData
Type: OnlineSystem Boolean
Indicates if coupled data are included in the results
totalRecords
Type: OnlineSystem Int32 
Returns the total records number

Return Value

Type: OnlineDataSet
See Also