CTDatabase.Dispose
Syntax
Void Dispose ()
Parameters
This method has no parameters.
Description
This is the destructor for the CTDatabase class. It frees the allocated memory to the Database. No database operations are allowed after the CTDatabase destructor is called.
See Also
CTDatabase()