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.8.0.0 (5.8.21.0208)
Syntaxprotected void SetCatalogNameAsDefault(
	DbConnection connection,
	string catalogName
)
Protected Sub SetCatalogNameAsDefault ( 
	connection As DbConnection,
	catalogName As String
)
Parameters
- connection
 - Type: System.Data.CommonDbConnection
The connection. - catalogName
 - Type: SystemString
Name of the catalog. 
See Also