Pattern Matching

The Find Method and the MultipleFind Method use Pattern Matching to specify search criteria when attempting to find entities.

A very simple method of pattern matching based on an SQL method is used. There are two wildcard characters:

If you wish to search for either of these wildcard characters as literal characters, surround them in [] (square brackets).

Examples