AutoCommit Property

BerkeleyDB

If true, all database modification operations based on this object will be transactionally protected.

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

Syntax

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

See Also