Click or drag to resize
MultiObjectQueryBaseTQuery, TInnerQuery, TObjectModifyAllInnerQueries Method
Modifies all inner queries with the given parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected TQuery ModifyAllInnerQueries(
	Action<TInnerQuery> p
)

Parameters

p
Type: SystemActionTInnerQuery
Parameters for inner queries

Return Value

Type: TQuery
See Also