Click or drag to resize
FilterBuilderOr Method
Overload List
  NameDescription
Public methodStatic memberOr(Filter)
Create a new OR filter to match the union of results that each of the specified operands would return.
Public methodStatic memberOr(Filter, Filter)
Create a new OR filter to match the union of the results that f1 and f2 would return.
Top
See Also