Click or drag to resize
CMSConnectionScope Constructor (IDataConnection)
Constructor. Ensures that all database connections during the live of this object will use the given connection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public CMSConnectionScope(
	IDataConnection conn
)

Parameters

conn
Type: CMS.DataEngineIDataConnection
Connection to use within all database operations. If null new connection is created
See Also