TransactionBase Constructor | 
| Name | Description | |
|---|---|---|
| TransactionBase(String) | 
            Ctor, used in adapter situations where the transaction is started later on. 
              | |
| TransactionBase(IsolationLevel, String) | 
            CTor. Will read the connection string from an external source.
              | |
| TransactionBase(IsolationLevel, String, String) | CTor.   | |
| TransactionBase(IsolationLevel, String, String, Boolean, Boolean) | CTor.   |