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

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

Parameters

tableName
Type: System.String
Table name
columnName
Type: System.String
Name of column to remove

Implements

ITableManager.DropTableColumn(String, String)
See Also