![]() | VirtualDataWindowLookupOp Fields |
The VirtualDataWindowLookupOp type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | EQUALS | Equals (=). |
![]() ![]() | GREATER | Greater (>). |
![]() ![]() | GREATER_OR_EQUAL | Greater or equal (>=). |
![]() ![]() | LESS | Less (<). |
![]() ![]() | LESS_OR_EQUAL | Less or equal (<=). |
![]() ![]() | NOT_RANGE_CLOSED | Inverted-Range contains low and high endpoint, i.e. [a,b] |
![]() ![]() | NOT_RANGE_HALF_CLOSED | Inverted-Range includes high endpoint but not low endpoint, i.e. (a,b] |
![]() ![]() | NOT_RANGE_HALF_OPEN | Inverted-Range includes low endpoint but not high endpoint, i.e. [a,b) |
![]() ![]() | NOT_RANGE_OPEN | Inverted-Range contains neither endpoint, i.e. (a,b) |
![]() ![]() | RANGE_CLOSED | Range contains low and high endpoint, i.e. [a,b] |
![]() ![]() | RANGE_HALF_CLOSED | Range includes high endpoint but not low endpoint, i.e. (a,b] |
![]() ![]() | RANGE_HALF_OPEN | Range includes low endpoint but not high endpoint, i.e. [a,b) |
![]() ![]() | RANGE_OPEN | Range contains neither endpoint, i.e. (a,b) |
![]() | value__ |