If true, this transaction executes with snapshot isolation.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
Remarks
For databases with UseMVCC set, data values are read as they are when the transaction begins, without taking read locks. Silently ignored for operations on databases with UseMVCC not set on the underlying database (read locks are acquired).
A DeadlockException is thrown from update operations if a snapshot transaction attempts to update data which was modified after the snapshot transaction read it.