Click or drag to resize

ExpInnerOperator Enumeration

FilterExpression inner operators

Namespace:  Omada.OE.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum ExpInnerOperator
Members
  Member nameValueDescription
Equals0
LessThan1
GtThan2
LessThanEq3
GtThanEq4
NotEquals5
Like6 "Like" is only valid when the left-side is a Text property or fixed field w. data type 'string'. "Like" is in most cases interpreted as "Contains" - meaning that both left- and right-wildcards are applied.
In7 "In" is only valid when the left-side is a Set- or -Reference property or a id-referencing fixed field.
NotIn8 "NotIn" is only valid when the left-side is a Set- or -Reference property or a id-referencing fixed field.
See Also