NonDurableTxns Property

BerkeleyDB

If true, Berkeley DB will not write log records for this database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool NonDurableTxns { get; }
Visual Basic (Declaration)
Public ReadOnly Property NonDurableTxns As Boolean
Visual C++
public:
property bool NonDurableTxns {
	bool get ();
}

See Also