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

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

Parameters

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