Click or drag to resize

SQLColumnTypeConversionGetParameterValue Method

Return the new value of the input parameter. To leave the value unchanged, return .

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Object GetParameterValue(
	SQLInputParameterContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.typeSQLInputParameterContext
contains the parameter name and number

Return Value

Type: Object
value of parameter after conversion
See Also