current
GetterReadOnly
Get the current row from the query result. The current row is the one most recently stepped-to (by step() or during iteration).
Each value from the row can be accessed by index or by name.
current: QueryRowProxy
@see - QueryRowFormat
@note The current row is a QueryRowProxy object. To get the row as a basic JavaScript object, call QueryRowProxy.toRow on it.
@returns The current row as a QueryRowProxy.
Returns - QueryRowProxy
The current row as a QueryRowProxy.
Defined in
- core/common/src/ECSqlReaderBase.ts Line 193
Last Updated: 10 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.