QueryRowSwap
In a query object, swap the record in the sourceRow with the record from the destinationRow.
Method Signature
Arguments
Argument
Type
Required
Description
Default
query
query
true
The query to swap a row with
source
numeric
true
The row to swap from
destination
numeric
true
The row to swap to
Examples
Related
Last updated