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

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