Click or drag to resize
AbstractTableManagerDropTable Method
Drop specified table from database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual void DropTable(
	string tableName
)

Parameters

tableName
Type: SystemString
Table name to drop

Implements

ITableManagerDropTable(String)
See Also