Click or drag to resize
IDataQueryTQueryWithSettings Method (AbstractQueryObject)
Applies the given parameters to the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
TQuery WithSettings(
	AbstractQueryObject parameters
)

Parameters

parameters
Type: CMS.DataEngineAbstractQueryObject
Parameters to use

Return Value

Type: TQuery
See Also