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

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

Parameters

tableName
Type: SystemString
Table name to drop
See Also