next Method @beta
Calls step when called as an iterator.
Returns the row alongside a done boolean to indicate if there are any more rows for an iterator to step to.
next(): IteratorResult<QueryRowProxy, any>
@returns An object with the keys: value which contains the row and done which contains a boolean.
Returns - IteratorResult<QueryRowProxy, any>
An object with the keys: value which contains the row and done which contains a boolean.
Defined in
- core/backend/src/ECSqlSyncReader.ts Line 194
Last Updated: 10 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.