Click or drag to resize
CMSConnectionScope Constructor (Boolean, 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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public CMSConnectionScope(
	bool newConnection = false,
	bool openConnection = false
)

Parameters

newConnection (Optional)
Type: SystemBoolean
If true, creates a new connection
openConnection (Optional)
Type: SystemBoolean
If true, opens the connection
See Also