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

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