AndSearchCriteria class

AndSearchCriteria class

Represents AND composite search criteria.

Inheritance: AndSearchCriteriaSearchCriteria

The AndSearchCriteria type exposes the following members:

Properties

Property Description
right Gets the right search criteria.
left Gets the left search criteria.

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