Table of Contents

Enum QueryOperator

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Constants for DataQuery operators

public enum QueryOperator
Extension Methods

Fields

[EnumStringRepresentation("=")] Equals = 0

Equals "="

[EnumStringRepresentation(">=")] GreaterOrEquals = 6

Greater or equals ">="

[EnumStringRepresentation(">")] GreaterThan = 4

Greater than ">"

[EnumStringRepresentation(">=")] LargerOrEquals = 6

Larger or equals ">="

[EnumStringRepresentation(">")] LargerThan = 4

Larger than ">"

[EnumStringRepresentation("<=")] LessOrEquals = 7

Less or equals "<="

[EnumStringRepresentation("<")] LessThan = 5

Less than "<"

[EnumStringRepresentation("LIKE")] Like = 2

Like "LIKE"

[EnumStringRepresentation("<>")] NotEquals = 1

Not equals "<>"

[EnumStringRepresentation("NOT LIKE")] NotLike = 3

Not line "NOT LIKE"