
C# | Visual Basic |
namespace Transactions
Namespace Transactions

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() |
TransactionDecorator |
TransactionDecorator wraps (decorates) the built-in TransactionScope class
and simply filters out the Microsoft Access transactions (the Jet engine
provider does not support 'local transactions'). Microsoft Access transactions
are therefore handled in simple autocommit mode. Additional database vendors
can be handled accordingly.
|