TxnSnapshot Property

BerkeleyDB

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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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