| ProjectRenameTable Method  | 
            Renames the table.
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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