| TransactionBase Properties | 
The TransactionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ConnectionString | 
            Gets the connection string used for the connection with the database. Only settable with the constructor.
              | |
| ConnectionToUse | 
            The connection object to use with this transaction. 
              | |
| EntitiesInTransaction | 
            List of GUID's of the entities currently participating in this transaction. This collection is
            used to keep track of which entities already have been added during a recursive save.
              | |
| InSystemTransaction | 
            Gets a value indicating whether a System.Transactions transaction is going on. If not, false is returned.
              | |
| Name | 
            Gets the name of the transaction. Only settable with the constructor.
              | |
| PhysicalTransaction | 
            The physical transaction object used over ConnectionToUse.
              | |
| TransactionIsolationLevel | 
            Gets the isolation level the transaction should use. Only settable with the constructor.
              | 
| Name | Description | |
|---|---|---|
| ITransactionControllerIsTransactionInProgress | 
            Gets IsTransactionInProgress. True when there is a transaction in progress.
              |