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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

See Also