If true, initialize the transaction subsystem.

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