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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual IDataQuery GetSingleQuery(
	DataQuerySettings settings
)

Parameters

settings
Type: CMS.DataEngineDataQuerySettings
Parameters for the query

Return Value

Type: IDataQuery
See Also