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