Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

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.

TOCIndex