TransactionOptions Type
Configuration options for database transactions. Corresponds to the System.Transactions.TransactionOptions.
Record fields
| Record Field | Description |
|
|
|
Static members
| Static member | Description |
|
Inherits System.Transactions' defaults: Timeout = 1 minute and IsolationLevel = Serializable. The Serializable level only applies to a standalone SubmitUpdates write batch (no ambient transaction); wrap your read-then-write work in your own scope to control isolation. See the note on the IsolationLevel type above.
|