Click or drag to resize
ConnectionHelperGetConnectionString Method (String)
Gets the connection string of provided connectionStringName.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetConnectionString(
	string connectionStringName
)

Parameters

connectionStringName
Type: SystemString
Connection string name

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionThrown when there is no connection string with provided connectionStringName.
See Also