Click or drag to resize

StatementSubstitutionParameterContextSetObject Method (Int32, 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
Syntax
C#
void 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