Search |
public static BinarySearchQuery Or( SearchQuery left, SearchQuery right )
| Exception | Condition |
|---|---|
| ArgumentNullException | left is . -or- right is . |
A conditional OR operation only evaluates the second operand if the first operand evaluates to false.
| This is equivalent to the OR search key as defined in rfc3501. |