query.rowSwap()

swaps one row of a query with an other.

Introduced: 6.0.0.17

query.rowSwap( source=numeric, destination=numeric )

Returns: Query

Argument Description
source
numeric, required

The row to swap.

Alias: sourceRow, src

destination
numeric, required

The row to be swapped with.

Alias: destinationRow, dest, target

Examples

There are currently no examples for this function

See also