Click or drag to resize

SQLInputParameterContext Class

For use with , context of parameter conversion.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.typeSQLInputParameterContext

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

The SQLInputParameterContext type exposes the following members.

Constructors
  NameDescription
Public methodSQLInputParameterContext
Ctor.
Top
Properties
  NameDescription
Public propertyParameterNumber
Returns the parameter number.
Public propertyParameterValue
Returns the parameter value.
Top
See Also