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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public CMSConnectionContext(
string connectionStringPrefix
)
Parameters
- connectionStringPrefix
- Type: SystemString
Connection string prefix
See Also