Skip to content

Field.NotContains method

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

public BaseCriteria NotContains(string mask, bool upper = false)
parameter description
mask The mask.
upper True to use the UPPER function on both sides.

Return Value

The NOT CONTAINS criteria.

See Also