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.6.0.0 (5.6.19.0117)
Syntax protected 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