EndQuery (Object)

Member of:

Parentheses object

Description:

Represents the ending 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 remove the ending query of a Parentheses object expression..

ActiveDocument.Sections["Query"].AppendQueries["Parentheses"]["Query,Query2"].EndQuery.Remove()

Methods:

Remove()

Properties:

Read-write: Name as String, UnionController as BqUnionController

Collections:

Requests collection, Limits collection