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.EqualWhereOperator.NotEqualWhereOperator.GreaterThanWhereOperator.LessThanWhereOperator.GreaterThanOrEqualWhereOperator.LessThanOrEqualWhereOperator.IsNullWhereOperator.IsNotNullWhereOperator.InWhereOperator.BetweenWhereOperator.ContainingWhereOperator.LikeWhereOperator.LoggedUserWhereOperator.YesterdayWhereOperator.TodayWhereOperator.TomorrowWhereOperator.LastWeekWhereOperator.LastMonthWhereOperator.LastYearWhereOperator.ThisWeekWhereOperator.ThisMonthWhereOperator.ThisYearWhereOperator.NextWeekWhereOperator.NextMonthWhereOperator.NextYearWhereOperator.LastNDaysWhereOperator.NextNDaysWhereOperator.UntilTodayWhereOperator.FromTodayWhereOperator.UntilNowWhereOperator.FromNow