Click or drag to resize
ITableManagerDropTableColumn Method
Remove column from specified table.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
void DropTableColumn(
	string tableName,
	string columnName
)

Parameters

tableName
Type: SystemString
Table name
columnName
Type: SystemString
Name of column to remove
See Also