DBStatement.BindFloat Method

Binds a parameter in a prepared statement to a given float value.

void BindFloat(int param, float value)

Parameters

int param

The parameter index (starting from 0).

float value

The float number to bind.

Errors

Invalid parameter index, or SQL error.