Click or drag to resize
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: _3LProServices
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
protected string getDbConnectionString(
	string debugConnectionStringName
)

Parameters

debugConnectionStringName
Type: SystemString
Namnet på den connection string som man vill använda för debug.

Return Value

Type: String
Connectionstring
See Also