ITransactionController Interface |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The ITransactionController type exposes the following members.
Name | Description | |
---|---|---|
IsTransactionInProgress |
Gets IsTransactionInProgress. True when there is a transaction in progress.
|
Name | Description | |
---|---|---|
Commit |
Commits the controlled ado.net transaction
| |
Rollback |
Rolls back the controlled ado.net transaction
|
Name | Description | |
---|---|---|
TransactionCommitted |
Raised when Commit was successful.
| |
TransactionRolledback |
Raised when Rollback was successful.
|