Click or drag to resize
IDataQuery<TQuery>.WithSettings Method (Action<DataQuerySettings>)
Applies the given parameters to the query

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

Parameters

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

Return Value

Type: TQuery
See Also