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

Gets or sets the auto-commit connection settings for new connections to this database.

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

Syntax

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