| ITransaction Properties | 
The ITransaction 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.
              | |
| IsTransactionInProgress | 
            Gets IsTransactionInProgress. True when there is a transaction in progress.
              (Inherited from ITransactionController.) | |
| 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.
              |