Method GetCreateTableCommand
| Improve this Doc View SourceGetCreateTableCommand(Model, Boolean)
Gets the command to create database table.
Declaration
protected abstract TCommand GetCreateTableCommand(Model model, bool isTempTable)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | model | The model of the database table. |
| System.Boolean | isTempTable | Specifies whether to create temporary database table. |
Returns
| Type | Description |
|---|---|
| TCommand | The command to create database table. |