Search |
public BinarySearchQuery Or( SearchQuery expr )
Exception | Condition |
---|---|
ArgumentNullException | expr is null. |
A conditional OR operation only evaluates the second operand if the first operand evaluates to true.
Note |
---|
This is equivalent to the OR search key as defined in rfc3501. |