| TableManagerDropTable Method  | 
            Drop specified table from database.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic void DropTable(
	string tableName
)
Parameters
- tableName
 - Type: SystemString
Table name to drop 
See Also