Wheremembers
Wheremembers are the members that are used in a wheregroup.
Attributes
Name | Description | Value |
---|---|---|
lparenth | Indicates if a left parenthesis will be used in the where clause. | 0, 1 |
lfield | The name of the left field. | Any fieldname or constant |
expression | The comparison operator. | =, <, >, <=, >=, <> |
rfield | The name of the right field. | Any fieldname or constant |
rparenth | Indicates if a right parenthesis will be used in the where clause. | 0, 1 |
andor | Â Defines how the current condition is connected with the next condition, if it exists. | AND or OR |