bindNull Method
Bind null to ECSQL statement.
bindNull(indexOrName: string | number): QueryBinder
| Parameter | Type | Description |
|---|---|---|
| indexOrName | string | number | Specify parameter index or its name used in ECSQL statement. |
Returns - QueryBinder
Defined in
- core/common/src/ConcurrentQuery.ts Line 551
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.