Creates a new database table based on the provided Schema.
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
- definition
- Type: System String
Form definition
- columns
- Type: System String
List of columns except for primary key(s)
See Also