ComponentOne Query 8.0
Connective Property

Syntax

C1QueryFrame.Item.Connective = value

Notes

Read-write at run time. Unavailable at design time. Property applies to QueryItem object.

Values

Constant Value and Name

Meaning

1 – c1qConnectiveAnd

AND (all conditions are True)

2 – c1qConnectiveOr

OR (any one of the conditions is True)

3 – c1qConnectiveNone

Not (OR) (none of the conditions is True)

4 – c1qConnectiveNotAll

Not (AND) (some condition is False)

Description

This returns/sets the connective of a complex condition item.

See Also

Accessing and Modifying Query Items

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback