Method ElunaQuery:NextRow [-] [+]
Advances the ElunaQuery to the next row in the result set.
Do not call this immediately after a query, or you'll skip the first row.
Returns false if there was no new row, otherwise true.
Synopsis
hadNextRow = ElunaQuery:NextRow()
Arguments
None.
Returns
boolean hadNextRow- See method description.