bindBlob Method
Binds a BLOB value to the specified ECSQL parameter.
bindBlob(parameter: number | string, blob: string | Uint8Array | ArrayBuffer | SharedArrayBuffer): void
| Parameter | Type | Description |
|---|---|---|
| parameter | number | string | Index (1-based) or name of the parameter |
| blob | string | Uint8Array | ArrayBuffer | SharedArrayBuffer |
Defined in
Last Updated: 08 January, 2020