Skip to content

Field.NotLike method

Creates a new "the Field NOT LIKE mask" criteria.

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

Return Value

The NOT LIKE criteria.

See Also