Method GetQueryCommand
| Improve this Doc View SourceGetQueryCommand(DbQueryStatement)
Gets the command for database query statement.
Declaration
protected abstract TCommand GetQueryCommand(DbQueryStatement queryStatement)
Parameters
| Type | Name | Description |
|---|---|---|
| DbQueryStatement | queryStatement | The query statement. |
Returns
| Type | Description |
|---|---|
| TCommand | The command of query statement. |