3 "Can't explictly rollback transaction using ATM"
\r
7 - Fixed bug reported on the Forum (when a
\r
8 component was configured using the component's node, no interceptor
\r
11 - Refactored to support configuration and attributes. For example
\r
14 public class MyTransactionalComponent
\r
17 public virtual void Save()
\r
26 type="MyTransactionalComponent, MyAssembly"
\r
27 isTransactional="true">
\r
30 <method name="Save" />
\r
35 You can also specify the transaction mode and isolation:
\r
38 <method name="Save" transactionMode="Requires" isolationLevel="Chaos" />
\r