Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.75 KB

File metadata and controls

56 lines (44 loc) · 1.75 KB

Function: QueryColumnData

Returns the data in a query column.

Method Signature

QueryColumnData(query=[query], columnName=[string])

Arguments

Argument Type Required Description Default
query query true The query to get the column data from.
columnName string true The name of the column to get the data from.

Examples

Related