You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Child object of QueryDefinition.

Attribute

Type

Description

alias

String

The alias of the union query.

orderBy

String

The order by clause of the union query.

selects

List

A list of Tuple of Boolean and QueryDefinition containing whether the next QueryDefinition and if it is with a distinct union.

  • No labels