Click or drag to resize

SQLOutputRowConversionGetOutputRow Method

Returns the PONO object that represents a row of the SQL query result, or null to indicate to skip this row.

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

Parameters

context
Type: com.espertech.esper.common.client.hook.typeSQLOutputRowValueContext
receives row result information

Return Value

Type: Object
PONO or null value to skip the row
See Also