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

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

Parameters

tableName
Type: SystemString
Table name to drop
See Also