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

Creates a new database connection.

Namespace: net.esper.eql.db
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property Connection As DbConnection
C#
public virtual DbConnection Connection { get; }
Visual C++
public:
virtual property DbConnection^ Connection {
	DbConnection^ get ();
}

Field Value

Return Value

new connection