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