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