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

Parameters

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