Click or drag to resize
CMSLateBoundTransaction Class
Class that manages the transaction scope, but doesn't start it until BeginTransaction is called.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineCMSLateBoundTransaction

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

The CMSLateBoundTransaction type exposes the following members.

Constructors
  NameDescription
Public methodCMSLateBoundTransaction
Creates a new instance of CMSLateBoundTransaction, optionally in a context of given provider type.
Top
Methods
  NameDescription
Public methodBeginTransaction
Begins the transaction
Public methodCommit
Commits the transaction if it was activated
Public methodDispose
Disposes the transaction
Top
See Also