Click or drag to resize

DatabaseMetaDataFindCatalogByName Method (String, Boolean)

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.8.0.0 (5.8.21.0208)
Syntax
public DBCatalog FindCatalogByName(
	string catalogName,
	bool caseInsensitiveComparison
)

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: DBCatalog
the catalog with the name specified or null if not found
See Also