API Reference > imodeljs-backend > ECSQL > ECSqlStatement > bindBlob 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 Returns - void Defined in core/backend/src/ECSqlStatement.ts Line 125 Last Updated: 13 June, 2024