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

Returns a cached or new connection and statement pair.

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

Syntax

Visual Basic (Declaration)
Public Overrides Function GetConnection As Pair(Of DbConnection, DbCommand)
C#
public override Pair<DbConnection, DbCommand> GetConnection ()
Visual C++
public:
virtual Pair<DbConnection^, DbCommand^>^ GetConnection () override

Return Value

connection and statement pair