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

Last Updated: 10 March, 2026