Click or drag to resize
ITransactionScope Interface
Transaction scope interface

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public interface ITransactionScope : IDisposable

The ITransactionScope type exposes the following members.

Methods
  NameDescription
Public methodCommit
Commits the transaction (does the same as Complete).
Top
See Also