TestsConfigGetTestConnectionString Method |
Gets the connection string of the given name from test configuration file
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public static string GetTestConnectionString(
string name
)
Parameters
- name
- Type: SystemString
Connection string name
Return Value
Type:
StringSee Also