DocumentQueryPropertiesGetResults Method |
Gets query modified results. Returns null if there is no modification needed.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public DataSet GetResults(
IDataQuery query,
bool coupledData,
ref int totalRecords
)
Parameters
- query
- Type: CMS.DataEngineIDataQuery
Query to execute - coupledData
- Type: SystemBoolean
Indicates if coupled data are included in the results - totalRecords
- Type: SystemInt32
Returns the total records number
Return Value
Type:
DataSetSee Also