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