Click or drag to resize
DataQueryBaseTQueryWithSettings Method (ActionDataQuerySettings)
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: SystemActionDataQuerySettings
Parameters to use

Return Value

Type: TQuery

Implements

IDataQueryTQueryWithSettings(ActionDataQuerySettings)
See Also