bindBlob Method
Binds a BLOB value to the specified ECSQL parameter.
bindBlob(parameter: string | number, blob: string | Uint8Array | ArrayBuffer | SharedArrayBuffer): void
| Parameter | Type | Description | 
|---|---|---|
| parameter | string | number | Index (1-based) or name of the parameter | 
| blob | string | Uint8Array | ArrayBuffer | SharedArrayBuffer | 
Returns - void
Defined in
- core/backend/src/ECSqlStatement.ts Line 527
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.