Click or drag to resize

CamlComparisonOperator Enumeration

Specifies the comparison operator for a CAML condition.

Namespace:  Colygon.MatchPoint.Common.Caml
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public enum CamlComparisonOperator
Members
  Member nameValueDescription
Eq0Equal to.
Leq1Less or equal.
Geq2Greater or equal.
Lt3Less than.
Gt4Greater than.
Neq5Not equal.
Contains6Contains.
BeginsWith7Begins with.
In8Searches within the lookup values.
See Also