ConnectionHelperGetConnectionString Method (String) |
Gets the connection string of provided connectionStringName.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetConnectionString(
string connectionStringName
)
Parameters
- connectionStringName
- Type: SystemString
Connection string name
Return Value
Type:
StringExceptions Exception | Condition |
---|
ArgumentException | Thrown when there is no connection string with provided connectionStringName. |
See Also