TableManagerDropTableColumn Method |
Remove column from specified table.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void DropTableColumn(
string tableName,
string columnName
)
Parameters
- tableName
- Type: SystemString
Table name - columnName
- Type: SystemString
Name of column to remove
See Also