Statement.bind

Binds the passed value to the specified dynamic parameter

Dynamic paramters are 0-indexed, i.e. the first parameter is 0 (not 1).

Parameters

index int

0-indexed index-number of the dynamic parameter to bind to

value DateTime

value to bind

Meta