NotSearchCriteria class

NotSearchCriteria class

Represents NOT composite search criteria.

Inheritance: NotSearchCriteriaSearchCriteria

The NotSearchCriteria type exposes the following members:

Methods

Method Description
both Combines this SearchCriteria with other criteria using logical AND operator.
either Combines this SearchCriteria with other criteria using logical OR operator.
is_not Negates this SearchCriteria.

See Also