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

Indicate to return the connection and statement pair after use.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Sub DoneWith ( _
	pair As Pair(Of DbConnection, DbCommand) _
)
C#
public abstract void DoneWith (
	Pair<DbConnection, DbCommand> pair
)
Visual C++
public:
virtual void DoneWith (
	Pair<DbConnection^, DbCommand^>^ pair
) abstract

Parameters

pair
net.esper.collection.Pair<(Of FirstT, SecondT>)
is the resources to return