[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns a cached or new connection and statement pair.
Namespace: net.esper.eql.db
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function GetConnection As Pair(Of DbConnection, DbCommand) |
C# |
---|
public abstract Pair<DbConnection, DbCommand> GetConnection () |
Visual C++ |
---|
public: virtual Pair<DbConnection^, DbCommand^>^ GetConnection () abstract |