| DatabaseMetaDataFindCatalogByName Method (String, Boolean) | 
            Finds the catalog with the name specified (case sensitive)
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic DBCatalog FindCatalogByName(
	string catalogName,
	bool caseInsensitiveComparison
)
Public Function FindCatalogByName ( 
	catalogName As String,
	caseInsensitiveComparison As Boolean
) As DBCatalog
Parameters
- catalogName
 - Type: SystemString
Name of the catalog. - caseInsensitiveComparison
 - Type: SystemBoolean
if set to true it will perform a case insensitive comparison. 
Return Value
Type: 
DBCatalogthe catalog with the name specified or null if not found
See Also