Field.StartsWith method
Creates a new "the Field STARTS WITH mask" criteria.
public BaseCriteria StartsWith(string mask, bool upper = false)
| parameter | description |
|---|---|
| mask | The mask. |
| upper | True to use the UPPER function on both sides. |
Return Value
The STARTS WITH criteria.
See Also
- class BaseCriteria
- class Field