Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public DBCatalog FindCatalogByName(
	string catalogName
)

Parameters

catalogName
Type: SystemString
Name of the catalog.

Return Value

Type: DBCatalog
the catalog with the name specified or null if not found
See Also