Method GetDeleteCommand
| Improve this Doc View SourceGetDeleteCommand(DbSelectStatement)
Gets the command to delete data from table
Declaration
protected abstract TCommand GetDeleteCommand(DbSelectStatement statement)
Parameters
Type | Name | Description |
---|---|---|
DbSelectStatement | statement | The query statement of the DbTable delete. |
Returns
Type | Description |
---|---|
TCommand | The command. |