Show / Hide Table of Contents

Method GetCreateTableCommand

| Improve this Doc View Source

GetCreateTableCommand(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest