QueryRowProxy Interface

Methods and ways of accessing values from rows returned by ECSqlReader.

Methods

Name Description
Get the metadata for each column in the query result.  
toArray(): any[] Get all remaining rows from the query result.  
toRow(): any Get the current row as a JavaScript object.  

Defined in

Last Updated: 16 April, 2024