Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectGetResults Method
Gets query results

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected override DataSet GetResults(
	IDataQuery query,
	ref int totalRecords
)

Parameters

query
Type: CMS.DataEngineIDataQuery
Query to execute
totalRecords
Type: SystemInt32
Returns the total records number

Return Value

Type: DataSet
See Also