bindIdSet Method
Bind
bindIdSet(indexOrName: string | number, val: OrderedId64Iterable): QueryBinder
@throws an ITwinError with scope "itwin-QueryBinder" and key "invalid-arguments" if any entry is not a valid Id64String.
| Parameter | Type | Description |
|---|---|---|
| indexOrName | string | number | Specify parameter index or its name used in ECSQL statement. |
| val | OrderedId64Iterable |
Returns - QueryBinder
Defined in
- core/common/src/ConcurrentQuery.ts Line 483
Last Updated: 05 September, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.