Click or drag to resize
DataQueryBase<TQuery>.GetCompleteSettings 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: 8.2.23
Syntax
C#
public virtual DataQuerySettings GetCompleteSettings(
	IDataQuery executingQuery = null
)

Parameters

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

Return Value

Type: DataQuerySettings

Implements

IDataQuery.GetCompleteSettings(IDataQuery)
See Also