DatabaseMetaDataFindCatalogByName Method (String) | 
 
            Finds the catalog with the name specified (case sensitive)
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.MetaData
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic DBCatalog FindCatalogByName(
	string catalogName
)
Public Function FindCatalogByName ( 
	catalogName As String
) As DBCatalog
Parameters
- catalogName
 - Type: SystemString
Name of the catalog. 
Return Value
Type: 
DBCatalogthe catalog with the name specified or null if not found
See Also