The TransactionConfig type exposes the following members.
 Fields
Fields
| Name | Description | |
|---|---|---|
|  | Bulk | 
            Configures the transaction to enable or disable the transactional
            bulk insert optimization.
             | 
|  | IsolationDegree | 
            The degree of isolation for this transaction
             | 
|  | NoWait | 
            If true and a lock is unavailable for any Berkeley DB operation
            performed in the context of a transaction, cause the operation to
            throw a DeadlockException
            (or LockNotGrantedException if configured with
            TimeNotGranted).
             | 
|  | Snapshot | 
            If true, this transaction will execute with snapshot isolation.
             | 
|  | SyncAction | 
            Log sync behavior on transaction commit or prepare.
             | 





