CMSConnectionScope Constructor (Boolean) |
Empty constructor. Creates a new connection and ensures that all database connections during the live of this object will use that connection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public CMSConnectionScope(
bool newConnection = false
)
Parameters
- newConnection (Optional)
- Type: SystemBoolean
If true, creates a new connection
See Also