Rename, retype or allow/not allow NULL values in 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
- columnName
- Type: System String
Name of an old column
- newColumnName
- Type: System String
Name of a new column
- newColumnType
- Type: System String
Type of a new column
- newColumnAllowNull
- Type: System Boolean
Allow NULL values in new column or not
- newColumnDefaultValue
- Type: System String
Default value of a new column
See Also