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

Set the current aggregation state row - for use when evaluation nodes are asked to evaluate.

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

Syntax

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

Field Value