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

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

Parameters

parameters
Type: SystemActionDataQuerySettings
Parameters to apply

Return Value

Type: IDataQuery
See Also