[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a boolean indicating auto-commit, or null if not set and default accepted.
Indicates whether to set any new connections for this database to auto-commit.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Return Value

true for auto-commit on, false for auto-commit off, or null to accept the default