| ProjectRenameCatalog Method  | 
            Renames the catalog.
            
 
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 RenameCatalog(
	DBCatalog catalogToRename,
	string newName
)
Public Sub RenameCatalog ( 
	catalogToRename As DBCatalog,
	newName As String
)
Parameters
- catalogToRename
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBCatalog
The catalog to rename. - newName
 - Type: SystemString
The new name. 
See Also