|
static |
Binds a value from an entity to the statement at the specified parameter index.
| statement | The statement to which the value is bound. |
| parameter_index | The index of the parameter to which the value is bound. |
| entity | The entity from which the value is extracted. |
This method extracts the value from the entity using the ValueSource of the identifier and calls the BindValue() method to bind the value to the statement.