Logical property: QueryCriteria class

Description

This property returns or sets the logical portion of a criteria.

Note:

This property is valid only when there are more than one criteria for a query. Also, this property is required when there is more than one criteria for a query.

The values are:

Numeric Value Constant Value Description

1

%Query_CombAnd

Logical And for non-having criteria

2

%Query_CombOr

Or for non-having criteria

3

%Query_CombNotUsed

No logical operator. Used for the first non-having criteria.

4

%Query_CombHaveAnd

Logical And for having criteria

5

%Query_CombHaveOr

Logical Or for having Criteria

6

%Query_CombHaveNotUsed

No logical operator. Used for the first having criteria.

This property is read/write.