| ProjectRenameCatalog Method  | 
 
            Renames the catalog.
            
 
    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 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