 | 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
Syntaxpublic StatementUserObjectOption StatementUserObject { get; set; }
Return Value
Type:
StatementUserObjectOptioncallback to set a compile-time statement user object
See Also