Method GetInsertCommand
| Improve this Doc View SourceGetInsertCommand(DbSelectStatement)
Gets the command to insert data into table.
Declaration
protected abstract TCommand GetInsertCommand(DbSelectStatement statement)
Parameters
| Type | Name | Description |
|---|---|---|
| DbSelectStatement | statement | The query statement of the DbTable insert. |
Returns
| Type | Description |
|---|---|
| TCommand | The command. |