| MultiObjectQueryBaseTQuery, TInnerQuery, TObjectApplyProperties Method | 
            Applies main query properties to the given query to ensure synchronized state before execution
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected override 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
See Also