Click or drag to resize
DBDriverBaseSetCatalogNameAsDefault Method
Sets the catalog name passed in as the default catalog.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected void SetCatalogNameAsDefault(
	DbConnection connection,
	string catalogName
)

Parameters

connection
Type: System.Data.CommonDbConnection
The connection.
catalogName
Type: SystemString
Name of the catalog.
See Also