Creates specified table in database. Allows specify if identity will be set on primary key column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- tableName
- Type: System String
Table name to create
- primaryKeyName
- Type: System String
Primary key of table to create
- setIdentity
- Type: System Boolean
If true, sets identity on primary key column
See Also