BaseCriteria.StartsWith method

namespace: Serenity.Data   assemblySerenity.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