 | StatementSubstitutionParameterContextSetObject Method (String, Object) |
Sets the value of the designated parameter using the given object.
Namespace:
com.espertech.esper.runtime.client.option
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntaxvoid SetObject(
string parameterName,
Object value
)
Parameters
- parameterName
- Type: SystemString
the name of the parameter - value
- Type: SystemObject
the object containing the input parameter value
See Also