Click or drag to resize
MultiDocumentQueryBaseTQuery, TInnerQuery, TObjectGetSingleQuery Method
Attempts to get a single query for the whole result based on the current state of the query object

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected override IDataQuery GetSingleQuery(
	DataQuerySettings settings
)

Parameters

settings
Type: CMS.DataEngineDataQuerySettings
Parameters for the query

Return Value

Type: IDataQuery
See Also