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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.23.0

Syntax

C#
public bool TxnSnapshot { get; set; }
Visual Basic (Declaration)
Public Property TxnSnapshot As Boolean
Visual C++
public:
property bool TxnSnapshot {
	bool get ();
	void set (bool value);
}

See Also