Click or drag to resize
IDataQueryGetCompleteSettings Method
Gets the complete parameters for the query execution

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
DataQuerySettings GetCompleteSettings(
	IDataQuery executingQuery = null
)

Parameters

executingQuery (Optional)
Type: CMS.DataEngineIDataQuery
Executing query for which the parameters are retrieved

Return Value

Type: DataQuerySettings
See Also