Click or drag to resize
DocumentQueryPropertiesGetResults Method
Gets query modified results. Returns null if there is no modification needed.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: DataSet
See Also