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

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

Parameters

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

Return Value

Type: TQuery

Implements

IDataQuery<TQuery>.WithSettings(Action<DataQuerySettings>)
See Also