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

Add a column name to the insert-into clause.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub Add ( _
	columnName As String _
)
C#
public virtual void Add (
	string columnName
)
Visual C++
public:
virtual void Add (
	String^ columnName
)

Parameters

columnName
System.String
to add