Click or drag to resize
CMSConnectionContext Constructor
Constructor, sets up the connection string name prefix for the life time of this object. E.g. for prefix "External" the connection string "ExternalCMSConnectionString" will be used instead of the default "CMSConnectionString". To revert to default DB, use prefix null or empty string.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public CMSConnectionContext(
	string connectionStringPrefix
)

Parameters

connectionStringPrefix
Type: SystemString
Connection string prefix
See Also