Click or drag to resize

SQLColumnTypeConversionGetColumnType Method

Return the new type of the column. To leave the type unchanged, return or null.

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Type GetColumnType(
	SQLColumnTypeContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.typeSQLColumnTypeContext
contains the database name, query fired, column name, column type and column number

Return Value

Type: Type
type of column after conversion
See Also