The TransactionConfig type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | 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.
|