|
static |
Binds the entire entity value to the statement, starting at the specified parameter index.
| statement | The statement to which the value is bound. |
| parameter_index | The starting index of the parameters to which the value is bound. |
| value | The entity value to bind. |
| sqt::SQLError | Thrown if the binding fails. |
This method delegates to the BindValueFromEntity() method of each column in the entity's table type. The parameter index is incremented for each column.