Symphony Framework
CreateTable Method (DBAccess)
Example 
Symphony.dB Namespace > DBAccess Class : CreateTable Method
Create the required table in the database.
Syntax
public void CreateTable()
Remarks
If the table already exists within the database an exception is raised. To ensure a table is created you should execute the DropTable method first.
Example
DBAccess itemAccess = new DBAccess("ITEM", "DATABASE:DatabaseManager");
itemAccess.CreateTable();
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