TableManager CreateTableByDefinition Method (String, String, String )Kentico 8.1 API Reference
Creates a new database table based on the provided Schema.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

tableName
Type: OnlineSystem String
Table name
definition
Type: OnlineSystem String
Form definition
columns
Type: OnlineSystem String 
List of columns except for primary key(s)
See Also