Click or drag to resize
DataQueryBase<TQuery>.ApplySettings 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#
public IDataQuery ApplySettings(
	AbstractQueryObject parameters
)

Parameters

parameters
Type: CMS.DataEngine.AbstractQueryObject
Parameters to apply

Return Value

Type: IDataQuery

Implements

IDataQuery.ApplySettings(AbstractQueryObject)
See Also