step Method @beta
Step to the next row of the query result.
Each call executes exactly one step on the underlying statement — there is no internal row caching or offset tracking.
step(): boolean
@returns true if a row can be read from current.
false if there are no more rows; i.e., all rows have been stepped through already.
Returns - boolean
true if a row can be read from current.
false if there are no more rows; i.e., all rows have been stepped through already.
Defined in
- core/backend/src/ECSqlSyncReader.ts Line 150
Last Updated: 10 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.