Click or drag to resize

VirtualDataWindowLookupFieldDesc Class

As part of a lookup context, see VirtualDataWindowLookupContext, this object encapsulates information about a single property in a correlated where-clause.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowLookupFieldDesc

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

The VirtualDataWindowLookupFieldDesc type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowLookupFieldDesc
Initializes a new instance of the VirtualDataWindowLookupFieldDesc class
Top
Properties
  NameDescription
Public propertyLookupValueType
Returns the type of lookup value provided.
Public propertyOperator
Returns the operator.
Public propertyPropertyName
Returns the property name queried in the where-clause.
Top
See Also