QuerySetRow

Adds or updates a row in a query based on the provided row data and position.

Method Signature

QuerySetRow(query=[query], rowNumber=[integer], rowData=[any])

Arguments

Argument
Type
Required
Description
Default

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.

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC