Class Summary |
ConnectionScope |
An implementation of the IScopeBoundary that can mark
the boundaries of a connection scope. |
ScopeFactory |
|
ScopingConnection |
A wrapper around the original connection which can ignore calls to
commit, rollback and close, if these methods are called from within
either a connection or transaction scope. |
ScopingDataSource |
A DataSource capable of scoping connections and transactions. |
TransactionScope |
An implementation of the IScopeBoundary that can mark
the boundaries of a transaction scope. |