The QueryExpression type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | QueryExpression |
Operators
Name | Description | |
---|---|---|
![]() ![]() | BitwiseAnd |
The logical AND operator.
|
![]() ![]() | BitwiseOr |
The logical OR operator.
|
![]() ![]() | False |
Overloaded implementation for the "false" operator.
|
![]() ![]() | LogicalNot |
Overloaded implementation for the ! operator.
|
![]() ![]() | True |
Overloaded implementation for the "true" operator.
|