Click or drag to resize
CMSTransactionScope Constructor
Constructor. Opens the connection and begins the transaction.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public CMSTransactionScope(
	IDataConnection conn = null
)

Parameters

conn (Optional)
Type: CMS.DataEngineIDataConnection
Connection to use within all database operations
See Also