BaseCriteria.NotLike method

namespace: Serenity.Data   assemblySerenity.Net.Data

Creates a new binary Not Like criteria containing this criteria as the left operand.

public BaseCriteria NotLike(string mask)
parameter description
mask The like mask.

See Also