RecroGridRGFilterSQLOperatorEnum Enumeration

SQL operators for filtering.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public enum SQLOperatorEnum

Members

IsNull1 The IS NULL operator.
IsNotNull2 The IS NOT NULL operator.
Equal3 The EQUAL operator.
NotEqual4 The NOT EQUAL operator.
Like5 The LIKE operator.
In6 The IN operator.
NotIn7 The NOT IN operator.
Interval8 The INTERVAL operator.
IntervalE9 The INTERVAL and EQUAL operator.
Exists10 The EXISTS operator.
NotLike11 The NOT LIKE operator.

See Also