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