| ProjectRenameTable Method  | 
 
            Renames the table.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic void RenameTable(
	DBTable tableToRename,
	string newName
)
Public Sub RenameTable ( 
	tableToRename As DBTable,
	newName As String
)
Parameters
- tableToRename
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The table to rename. - newName
 - Type: SystemString
The new name. 
See Also