QuerySetRow
Adds or updates a row in a query based on the provided row data and position.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The query object to which the row should be added or updated. | |
|
|
| Optional position of the row to update; if omitted or zero, a new row will be added. |
|
|
|
| A struct or array containing data for the row. |
Examples
Related
Last updated