Transaction Members
The Transaction type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginTransaction()()()() |
Creates a transaction scope with the following Settings
Transaction Option: Required
Transaction Isolation Level: Serializable
Tracking Enabled
App Name: AdvantageCSP
Component Name: DAO
|
|
BeginTransaction(TransactionOption, TransactionIsolationLevel) |
Creates a transaction scope with the following Settings
Transaction Option: Required
Transaction Isolation Level: Serializable
Tracking Enabled
App Name: AdvantageCSP
Component Name: DAO
|
|
BeginTransaction(TransactionOption, TransactionIsolationLevel, String, String) |
Creates a transaction scope with the following Settings
Tracking Enabled
|
|
Commit |
Commits the transaction
|
|
End |
Ends the current transaction.
|
|
Rollback |
Aborts the transaction
|