Updates the structure of given table with new schema. It adds, modifies or removes the columns.
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
New form definition
- excludeColumns (Optional)
- Type: System String
Column list to exclude. Column names separated by semicolon
- loadOldXML (Optional)
- Type: System Boolean
Indicates if old XML schema definition should be loaded
See Also