 | EPStatementUserObjectCompileTime Property |
Returns the application defined user data object associated with the statement at
compile time, or null if none was supplied at time of statement compilation.
The user object is a single, unnamed field that is stored with every statement.
Applications may put arbitrary objects in this field or a null value.
User objects are passed at time of statement compilation via options.
Namespace:
com.espertech.esper.runtime.client
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
SyntaxObject UserObjectCompileTime { get; }
Return Value
Type:
Objectuser object or null if none defined
See Also