Click or drag to resize
RuntimeConfigurationGetConnectionString Method
Gets the connectionstring added with AddConnectionString under the key specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string GetConnectionString(
	string key
)

Parameters

key
Type: SystemString
the key the connection string was added under

Return Value

Type: String
the connectionstring found or empty string if not found
See Also