Click or drag to resize
IDataQuery.ApplySettings Method (Action<DataQuerySettings>)
Applies the given settings to the query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
IDataQuery ApplySettings(
	Action<DataQuerySettings> parameters
)

Parameters

parameters
Type: System.Action<DataQuerySettings>
Parameters to apply

Return Value

Type: IDataQuery
See Also