CTDatabase.CloseAll
Syntax
void CloseAll( )
Parameters
This method has no parameters.
Description
Closes all active tables associated with the database. To close one specific table, the method CTTable.Close() may be used.
Return
None.
Example
aDatabase.CloseAll();
aSession.DisconnectAll();
aSession.Logout();
See Also
CTTable.Close()