ITransactionScope Interface |
Transaction scope interface
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic interface ITransactionScope : IDisposable
The ITransactionScope type exposes the following members.
Methods
| Name | Description |
---|
 | Commit |
Commits the transaction (does the same as Complete).
|
Top
See Also