MatchAll method: SearchFilterGenerator class
Syntax
MatchAll()
Description
Use this method to initiate a temporary composite search filter using the & filter connector between filters.
Parameters
None.
Returns
None.
Example
In the following example, the composite filter consists of two filters joined by the & filter connector:
&fg.MatchAll();
&fg.NotEqualsString("a", "x");
&fg.NotEqualsString("b", "y");
&fg.EndMatchAll();