CamlComparisonOperator Enumeration |
Namespace: Colygon.MatchPoint.Common.Caml
public enum CamlComparisonOperator
Member name | Value | Description | |
---|---|---|---|
Eq | 0 | Equal to. | |
Leq | 1 | Less or equal. | |
Geq | 2 | Greater or equal. | |
Lt | 3 | Less than. | |
Gt | 4 | Greater than. | |
Neq | 5 | Not equal. | |
Contains | 6 | Contains. | |
BeginsWith | 7 | Begins with. | |
In | 8 | Searches within the lookup values. |