The TransactionConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TransactionConfig |
Instantiate a new TransactionConfig object
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.
|
Properties
Name | Description | |
---|---|---|
LockTimeout |
The timeout value for locks for the transaction.
| |
Name |
The transaction's name. The name is returned by
TransactionSystemStats()()()
and displayed by
PrintTransactionSystemStats()()().
| |
TxnTimeout |
The timeout value for locks for the transaction.
|