Click or drag to resize
DocumentQueryPropertiesGetSingleQuery Method
Gets modified single query to execute

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public IDataQuery GetSingleQuery(
	IDataQuery q
)

Parameters

q
Type: CMS.DataEngineIDataQuery
Original query

Return Value

Type: IDataQuery
See Also