c-treeDB API for C# - Developers Guide
CTDatabase.RenameTable
Declaration
CTDatabase.RenameTable(string OldName, string NewName)
Description
- OldName a string containing the original table name
- NewName a string containing the new table name
Return Values
None. Throws a CTException if an error occurs.