RgfFilterQueryOperator Enumeration

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Models
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.0.0+e8283e3f27c12b225538d1f420c3624f3932ffc8
C#
public enum QueryOperator

Members

Invalid0 
IsNull1 
IsNotNull2 
Equal3 
NotEqual4 
Like5 
In6 
NotIn7 
Interval8 
IntervalE9 
Exists10 
NotLike11 

See Also