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

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

Parameters

parameters
Type: CMS.DataEngineAbstractQueryObject
Parameters to apply

Return Value

Type: IDataQuery

Implements

IDataQueryApplySettings(AbstractQueryObject)
See Also