Click or drag to resize

VirtualDataWindowLookupOp Fields

The VirtualDataWindowLookupOp type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEQUALS
Equals (=).
Public fieldStatic memberGREATER
Greater (>).
Public fieldStatic memberGREATER_OR_EQUAL
Greater or equal (>=).
Public fieldStatic memberLESS
Less (<).
Public fieldStatic memberLESS_OR_EQUAL
Less or equal (<=).
Public fieldStatic memberNOT_RANGE_CLOSED
Inverted-Range contains low and high endpoint, i.e. [a,b]
Public fieldStatic memberNOT_RANGE_HALF_CLOSED
Inverted-Range includes high endpoint but not low endpoint, i.e. (a,b]
Public fieldStatic memberNOT_RANGE_HALF_OPEN
Inverted-Range includes low endpoint but not high endpoint, i.e. [a,b)
Public fieldStatic memberNOT_RANGE_OPEN
Inverted-Range contains neither endpoint, i.e. (a,b)
Public fieldStatic memberRANGE_CLOSED
Range contains low and high endpoint, i.e. [a,b]
Public fieldStatic memberRANGE_HALF_CLOSED
Range includes high endpoint but not low endpoint, i.e. (a,b]
Public fieldStatic memberRANGE_HALF_OPEN
Range includes low endpoint but not high endpoint, i.e. [a,b)
Public fieldStatic memberRANGE_OPEN
Range contains neither endpoint, i.e. (a,b)
Public fieldvalue__
Top
See Also