bindId Method
Binds an Id value to the specified ECSQL parameter.
bindId(parameter: number | string, val: Id64String): void
Parameter | Type | Description |
---|---|---|
parameter | number | string | Index (1-based) or name of the parameter |
val | Id64String | Id value |
Returns - void
Defined in
- core/backend/src/ECSqlStatement.ts Line 155
Last Updated: 13 June, 2024