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