AccessQuery Operators |
The AccessQuery type exposes the following members.
Name | Description | |
---|---|---|
BitwiseAnd |
Combines two queries using a logical AND operation. The resulting query will only be satisfied
when both of the input queries are satisfied.
| |
BitwiseOr |
Combines two queries using a logical OR operation. The resulting query will only be satisfied
when either of the input queries are satisfied.
| |
LogicalNot |
Inverts a query using a logical NOT operation. The new query is satisfied whenever the original is not.
|