c-treeDB API for C# - Developers Guide
CTTable.Remove
SYNTAX
CTTable.Remove( )
PARAMETERS
This method has no parameters.
DESCRIPTION
Delete a table. If the table was open under a database, the table is first dropped from the database and then deleted.
RETURN
None.