Class CMSConnectionContext
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Ensures that the wrapped API calls are executed against specific database(s).
[Obsolete("Class was not intended for public use and will be removed.")]
[ObsoleteSince(30, 1)]
public class CMSConnectionContext
- Inheritance
-
objectCMSConnectionContext
- Extension Methods
Constructors
CMSConnectionContext(string)
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.
public CMSConnectionContext(string connectionStringPrefix)
Parameters
connectionStringPrefix
stringConnection string prefix
Properties
OriginalPrefix
Connection string prefix from the original context
protected string OriginalPrefix { get; set; }
Property Value
- string
Methods
Dispose()
Disposes the object and resets the context to the previous one.
public void Dispose()