Click or drag to resize
IDataQueryTQueryWithSettings Method (ActionDataQuerySettings)
Applies the given parameters to the query

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

Parameters

parameters
Type: SystemActionDataQuerySettings
Parameters to use

Return Value

Type: TQuery
See Also