WhereOperator
The WhereOperator enumeration is used in 'where' conditions of Query<CLASS>. WhereOperators are matching SQL where clause operators. Names are self explanatory. Possible values are:
WhereOperator.Equal
WhereOperator.NotEqual
WhereOperator.GreaterThan
WhereOperator.LessThan
WhereOperator.GreaterThanOrEqual
WhereOperator.LessThanOrEqual
WhereOperator.IsNull
WhereOperator.IsNotNull
WhereOperator.In
WhereOperator.Between
WhereOperator.Containing
WhereOperator.Like
WhereOperator.LoggedUser
WhereOperator.Yesterday
WhereOperator.Today
WhereOperator.Tomorrow
WhereOperator.LastWeek
WhereOperator.LastMonth
WhereOperator.LastYear
WhereOperator.ThisWeek
WhereOperator.ThisMonth
WhereOperator.ThisYear
WhereOperator.NextWeek
WhereOperator.NextMonth
WhereOperator.NextYear
WhereOperator.LastNDays
WhereOperator.NextNDays
WhereOperator.UntilToday
WhereOperator.FromToday
WhereOperator.UntilNow
WhereOperator.FromNow