| CMSTransactionScope Constructor | 
            Constructor. Opens the connection and begins the transaction.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic CMSTransactionScope(
	IDataConnection conn = null
)
Parameters
- conn (Optional)
- Type: CMS.DataEngineIDataConnection
 Connection to use within all database operations
 See Also
See Also