 | EPFireAndForgetPreparedQueryParameterizedSetObject Method (Int32, 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(
int parameterIndex,
Object value
)
Parameters
- parameterIndex
- Type: SystemInt32
the first parameter is 1, the second is 2, ... - value
- Type: SystemObject
the object containing the input parameter value
See Also