Symphony Framework
DropTable Method (DBAccess)
Example 
Symphony.dB Namespace > DBAccess Class : DropTable Method
Drop the required table from the database.
Syntax
public void DropTable()
Remarks
The table and all rows within the table will be deleted. This operation is no recoverable.
Example
Symphony.dB.DBAccess itemAccess = new DBAccess("ITEM", "DATABASE:DatabaseManager");
itemAccess.DropTable();
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBAccess Class
DBAccess Members