 | EPFireAndForgetPreparedQueryParameterizedSetObject Method (String, Object) |
Sets the value of the designated parameter using the given object.
Namespace:
com.espertech.esper.common.client.fireandforget
Assembly:
NEsper.Common (in NEsper.Common.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