AutoCommit Property

BerkeleyDB

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_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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