Enum QueryOperator
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Constants for DataQuery operators
public enum QueryOperator
- Extension Methods
Fields
[EnumStringRepresentation("=")] Equals = 0Equals "="
[EnumStringRepresentation(">=")] GreaterOrEquals = 6Greater or equals ">="
[EnumStringRepresentation(">")] GreaterThan = 4Greater than ">"
[EnumStringRepresentation(">=")] LargerOrEquals = 6Larger or equals ">="
[EnumStringRepresentation(">")] LargerThan = 4Larger than ">"
[EnumStringRepresentation("<=")] LessOrEquals = 7Less or equals "<="
[EnumStringRepresentation("<")] LessThan = 5Less than "<"
[EnumStringRepresentation("LIKE")] Like = 2Like "LIKE"
[EnumStringRepresentation("<>")] NotEquals = 1Not equals "<>"
[EnumStringRepresentation("NOT LIKE")] NotLike = 3Not line "NOT LIKE"