ECSqlValueIterator Class
Deprecated in 4.11 - will not be removed until after 2026-06-13. Use IModelDb.createQueryReader or ECDb.createQueryReader instead.
Iterator over members of a struct ECSqlValue or the elements of an array ECSqlValue. See ECSqlValue.getStructIterator or ECSqlValue.getArrayIterator.
Implements
- IterableIterator<ECSqlValue>
Methods
Name | Description | |
---|---|---|
[iterator](): IterableIterator<ECSqlValue, any, any> | ||
next(): IteratorResult<ECSqlValue, any> |
Defined in
- core/backend/src/ECSqlStatement.ts Line 948
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.