Symphony Framework
ClearTable Method (DBAccess)
Example 
Symphony.dB Namespace > DBAccess Class : ClearTable Method
Clear the required table in the database.
Syntax
public void ClearTable()
Remarks
All rows within the table will be deleted. This operation is no recoverable.
Example
DBAccess itemAccess = new DBAccess("ITEM", "DATABASE:DatabaseManager");
itemAccess.ClearTable();
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