Click or drag to resize
MultiQueryBase<TQuery, TInnerQuery>.GetSingleQuery 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.DataEngine.DataQuerySettings
Parameters for the query

Return Value

Type: IDataQuery
See Also