bindValues Method

Bind values to all parameters in the statement.

bindValues(values: any[] | object): void

Parameter Type Description
values any[] | object The values to bind to the parameters.
Pass an array of values if the parameters are positional.
Pass an object of the values keyed on the parameter name for named parameters.
The values in either the array or object must match the respective types of the 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.

See also these Code Samples

Defined in

Last Updated: 08 January, 2020