| MultiObjectQueryBaseTQuery, TInnerQuery, TObjectModifyAllInnerQueries Method | 
            Modifies all inner queries with the given parameters
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxprotected TQuery ModifyAllInnerQueries(
	Action<TInnerQuery> p
)
Parameters
- p
- Type: SystemActionTInnerQuery
 Parameters for inner queries
Return Value
Type: 
TQuery See Also
See Also