API Reference > imodeljs-backend > ECSQL > ECSqlStatement > bindStruct bindStruct Method Binds a struct property value to the specified ECSQL parameter. bindStruct(parameter: string | number, val: object): void Parameter Type Description parameter string | number Index (1-based) or name of the parameter val object Struct value. The struct value is an object composed of pairs of a struct member property name and its value(of one of the supported types) Returns - void Defined in core/backend/src/ECSqlStatement.ts Line 205 Last Updated: 11 June, 2024