QueryRowData
Returns the cells of a query row as a structure
Method Signature
Arguments
Argument
Type
Required
Description
Default
query
query
true
The query object to which the row should be returned.
rowNumber
integer
true
Position of the query row to return.
Examples
The simple queryGetRow example
Here we've a example to get the particular row value from myquery.
The simple getRow example
We've example to get the particular row value from myquery using script syntax.
Additional Examples
Related
Last updated
Was this helpful?