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