Method GetUpdateCommand
| Improve this Doc View SourceGetUpdateCommand(DbSelectStatement)
Gets the command to update table.
Declaration
protected abstract TCommand GetUpdateCommand(DbSelectStatement statement)
Parameters
| Type | Name | Description |
|---|---|---|
| DbSelectStatement | statement | The query statement of the DbTable update. |
Returns
| Type | Description |
|---|---|
| TCommand | The command. |