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.6.0.0 (5.6.19.0117)
Syntax public static string GetConnectionString(
string key
)
Public Shared Function GetConnectionString (
key As String
) As String
Parameters
- key
- Type: SystemString
the key the connection string was added under
Return Value
Type:
Stringthe connectionstring found or empty string if not found
See Also