Click or drag to resize
ITransactionController Interface
Interface for classes which control an ado.net transaction object and which can commit/rollback this transaction

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface ITransactionController

The ITransactionController type exposes the following members.

Properties
  NameDescription
Public propertyIsTransactionInProgress
Gets IsTransactionInProgress. True when there is a transaction in progress.
Top
Methods
  NameDescription
Public methodCommit
Commits the controlled ado.net transaction
Public methodRollback
Rolls back the controlled ado.net transaction
Top
Events
  NameDescription
Public eventTransactionCommitted
Raised when Commit was successful.
Public eventTransactionRolledback
Raised when Rollback was successful.
Top
See Also