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