Method AssignTempTableName
| Improve this Doc View SourceAssignTempTableName(Model)
Assigns name to temporary table.
Declaration
protected abstract string AssignTempTableName(Model model)
Parameters
Type | Name | Description |
---|---|---|
Model | model | The model of the temporary table. |
Returns
Type | Description |
---|---|
System.String | The name assigned to the temporary table |