Click or drag to resize
DataQueryBaseTQueryGetCompleteSettings Method
Gets the complete parameters for the query execution. The parameters are always a new instance of DataQuerySettings which can be further modified without any impact to the query itself.

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

Parameters

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

Return Value

Type: DataQuerySettings

Implements

IDataQueryGetCompleteSettings(IDataQuery)
See Also