Transactions Namespace

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Transactions Namespace
Patterns-In-Action! ApplicationTransactions
 
Declaration Syntax
C# Visual Basic
namespace Transactions
Namespace Transactions
Types
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.