Click or drag to resize

EPDataFlowIRStreamCollectorContextStatement Property

Returns the statement and can safely be cast to EPStatement when needed (typed object to not require a dependency on runtime)

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Object Statement { get; }

Return Value

Type: Object
statement
See Also