QueryAddRow
Return new query
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The query to add the row(s) to. | |
|
|
| 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
Last updated