| CMSTransactionScope Fields | 
The CMSTransactionScope type exposes the following members.
| Name | Description | |
|---|---|---|
| mCloseConnection | 
            This scope closes the connection.
              | |
| mCommitTransaction | 
            This scope commits the transaction.
              | |
| mConnectionScope | 
            Inner connection scope.
              | |
| mRollbackTransaction | 
            This scope should rollback the transaction in case of errors.
              | |
| mTransactionScope | 
            Transaction scope.
              | |
| mUseTransactionScope | 
            If true, .NET transaction scope is used instead of standard transactions.
              |