Click or drag to resize
DataQueryBaseTQueryApplyProperties Method
Applies main query properties to the given query to ensure synchronized state before execution

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual void ApplyProperties(
	IDataQuery query,
	bool multiQuery = false
)

Parameters

query
Type: CMS.DataEngineIDataQuery
Query to prepare
multiQuery (Optional)
Type: SystemBoolean
If true, the query is an inner query within multi-query
See Also