If true, all transactions in the environment are started as if Snapshot were passed to BeginTransaction()()(), and all non-transactional cursors are opened as if SnapshotIsolation were passed to Cursor()()().

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool TxnSnapshot
Visual Basic (Declaration)
Public TxnSnapshot As Boolean
Visual C++
public:
bool TxnSnapshot

See Also