Click or drag to resize
IDataQueryApplySettings Method (AbstractQueryObject)
Applies the given settings to the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
IDataQuery ApplySettings(
	AbstractQueryObject parameters
)

Parameters

parameters
Type: CMS.DataEngineAbstractQueryObject
Parameters to apply

Return Value

Type: IDataQuery
See Also