Click or drag to resize

AccessQuery Operators

The AccessQuery type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberBitwiseAnd
Combines two queries using a logical AND operation. The resulting query will only be satisfied when both of the input queries are satisfied.
Public operatorStatic memberBitwiseOr
Combines two queries using a logical OR operation. The resulting query will only be satisfied when either of the input queries are satisfied.
Public operatorStatic memberLogicalNot
Inverts a query using a logical NOT operation. The new query is satisfied whenever the original is not.
Top
See Also