toArray Method
Get all remaining rows from the query result.
toArray(): Promise<any[]>
@returns An array of all remaining rows from the query result.
Returns - Promise<any[]>
An array of all remaining rows from the query result.
Defined in
- core/common/src/ECSqlReader.ts Line 469
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.