BeginQuery (Object)

Member of:

Parentheses object

Description:

Represents the beginning query of a Parentheses object expression. The Parentheses object expression nests parentheses () for the evaluation order of an appended query. The expression must include two queries or more. The default evaluation order is left to right.

Example:

This example shows how to set the union controller for the queries within the parenthetical expression to a “union all controller”:

ActiveDocument.Sections["Query"].AppendQueries["Parentheses"]["Query,Query2"].BeginQuery.UnionController = bqUnionAll

Methods:

Remove()

Properties:

Read-write: Name as String, UnionController as BqUnionController

Collections:

Requests collection, Limits collection