DBDriverBaseSetCatalogNameAsDefault Method |
Sets the catalog name passed in as the default catalog.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
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