ECSqlReaderBase Class
Abstract base class providing shared row-proxy access, row formatting, and Base64-to-Uint8Array conversion logic for both the asynchronous ECSqlReader and the synchronous ECSqlSyncReader.
Subclasses must implement getRowInternal to supply the current row data.
Extended by
Properties
| Name | Type | Description | |
|---|---|---|---|
| current Accessor ReadOnly | QueryRowProxy | Get the current row from the query result. | |
| done Accessor ReadOnly | boolean | Returns if there are more rows available. |
Defined in
- core/common/src/ECSqlReaderBase.ts Line 128
Last Updated: 10 March, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.