QuerySetRow
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds or updates a row in a query based on the provided row data and position.
query
query
true
The query object to which the row should be added or updated.
rowNumber
integer
false
Optional position of the row to update; if omitted or zero, a new row will be added.
0
rowData
any
true
A struct or array containing data for the row.