TxnSnapshot Field

BerkeleyDB

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_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

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

See Also