CMSConnectionStringsSetConnectionString Method |
Sets the specific connection string to a new value
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public void SetConnectionString(
string name,
string connectionString
)
Parameters
- name
- Type: SystemString
Connection string name - connectionString
- Type: SystemString
Connection string value
See Also