Click or drag to resize
DataQueryBaseTQueryApplySettings 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#
public IDataQuery ApplySettings(
	Action<DataQuerySettings> parameters
)

Parameters

parameters
Type: SystemActionDataQuerySettings
Parameters to apply

Return Value

Type: IDataQuery

Implements

IDataQueryApplySettings(ActionDataQuerySettings)
See Also