a!querySelection() Function

Returns a Selection object for use inside a Query object.

Syntax

a!querySelection( columns )

  • columns (List of Column): A list of Columns that indicate which fields to retrieve, created with a!queryColumn().

Returns

Selection

See Also

Column: The Column data type defines an individual column selection configuration to be applied when querying data.

Query: The Query data type defines the grouping, aggregation, filtering, paging, and sorting configuration to be applied when querying data.

Selection: The Selection data type defines a set of column selection configurations to be applied when querying data.

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK