Service3LProBasegetDbConnectionString Method |
[This is preliminary documentation and is subject to change.]
Returnerar rätt connectionstring till databasen beroende på om vi kör i debug, release eller under Unit tests
Namespace: _3LProServicesAssembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntaxprotected string getDbConnectionString(
string debugConnectionStringName
)
Protected Function getDbConnectionString (
debugConnectionStringName As String
) As String
Parameters
- debugConnectionStringName
- Type: SystemString
Namnet på den connection string som man vill använda för debug.
Return Value
Type:
StringConnectionstring
See Also