Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.84 KB

File metadata and controls

56 lines (44 loc) · 1.84 KB

Function: QueryAddRow

Return new query

Method Signature

QueryAddRow(query=[query], rowData=[any])

Arguments

Argument Type Required Description Default
query query true The query to add the row(s) to.
rowData any false Data to populate the query. Can be a struct (with keys matching column names), an array of structs, or an array of arrays (in
same order as columnList)

Examples

Related