BaseCriteria.EndsWith method
namespace: Serenity.Data assembly: Serenity.Net.Data
Creates a new binary Ends With (LIKE '%...') criteria containing this criteria as the left operand.
public BaseCriteria EndsWith(string mask)
| parameter | description |
|---|---|
| mask | The ends with mask. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | mask is null |
See Also
- class BaseCriteria