OrSearchCriteria class

OrSearchCriteria class

Represents OR composite search criteria.

Inheritance: OrSearchCriteriaSearchCriteria

The OrSearchCriteria type exposes the following members:

Properties

Property Description
left Gets the left search criteria.
right Gets the right 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