Click or drag to resize

CompilerOptionsStatementUserObject Property

Returns the callback that determines a compiler-time statement user object for a statement. The user object is available from EPStatement by method {@code getUserObjectCompileTime}.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public StatementUserObjectOption StatementUserObject { get; set; }

Return Value

Type: StatementUserObjectOption
callback to set a compile-time statement user object
See Also