bindRange3d Method
Bind range3d value to ECSQL statement.
bindRange3d(indexOrName: string | number, val: LowAndHighXYZ): QueryBinder
| Parameter | Type | Description |
|---|---|---|
| indexOrName | string | number | Specify parameter index or its name used in ECSQL statement. |
| val | LowAndHighXYZ | Value to bind to ECSQL statement. |
Returns - QueryBinder
Defined in
- core/common/src/ConcurrentQuery.ts Line 626
Last Updated: 06 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.