Click or drag to resize

SQLColumnTypeConversionGetColumnValue Method

Return the new value of the column. 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 GetColumnValue(
	SQLColumnValueContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.typeSQLColumnValueContext
contains the column name, column value and column number

Return Value

Type: Object
value of column after conversion
See Also