If true, database operations for which no explicit transaction handle was specified, and which modify databases in the database environment, will be automatically enclosed within a transaction.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

See Also