If true, initialize the transaction subsystem.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

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

Remarks

This subsystem should be used when recovery and atomicity of multiple operations are important. UseTxns implies UseLogging.

See Also