Click or drag to resize

VirtualDataWindowContextStatementContext Property

Returns the statement context which holds statement information (name, expression, id) and statement-level services.

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public StatementContext StatementContext { get; }

Return Value

Type: StatementContext
statement context
See Also