Lucee Function Reference
Function QUERYGETROW
This Function is deprecated
this function is deprecated, use function QueryRowData instead.
Example
querygetrow(query query,number rowNumber):struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
query | query | Yes | query object do get data from |
rowNumber | number | Yes | position of the row to be returned |