bindValue Method

Binds the specified value to the specified ECSQL parameter. The section "iModel.js Types used in ECSQL Parameter Bindings" describes the iModel.js types to be used for the different ECSQL parameter types.

bindValue(parameter: number | string, val: any): void

Parameter Type Description
parameter number | string Index (1-based) or name of the parameter
val any  

Defined in

Last Updated: 08 January, 2020