step Method
Step to the next row of the query result.
step(): Promise<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 - Promise
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/common/src/ECSqlReader.ts Line 449
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.