Skip to content

Columns

An array of columns to include in the result set.

1
 Array<QueryColumn> myQuery.Columns

Types

QueryColumn

Defines a query column to be included in the result set.

Expression : string
An expression for the column, which can be a calculation or transformation.

Name : string
The name of the column to use in the results. If not specified, the

XPath : string
An XPath expression to map data to the column.