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

Returns a list of column names specified optionally in the insert-into clause, or empty if none specified.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property ColumnNames As IList(Of String)
C#
public virtual IList<string> ColumnNames { get; }
Visual C++
public:
virtual property IList<String^>^ ColumnNames {
	IList<String^>^ get ();
}

Return Value

column names or empty list if none supplied