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

Sets the current row.

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

Syntax

Visual Basic (Declaration)
Public Overrides WriteOnly Property CurrentRow As MultiKey(Of Object)
C#
public override MultiKey<Object> CurrentRow { set; }
Visual C++
public:
virtual property MultiKey<Object^>^ CurrentRow {
	void set (MultiKey<Object^>^ value) override;
}

Field Value

The current row.