Chili.Opf3 Send comments on this topic.
Comparisons Enumeration
See Also  
Chili.Opf3.Query Namespace : Comparisons Enumeration




The member of this enumeration specifies the comparison condition for properties of the ObjectQueryBuilder.

Syntax

Visual Basic (Declaration) 
Public Enum Comparisons 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As Comparisons
C# 
public enum Comparisons : Enum 
Managed Extensions for C++ 
__value public enum Comparisons : public Enum 
C++/CLI 
public enum class Comparisons : public Enum 

Members

MemberDescription
Lower The property value is less then then the given value.
LowerEquals The property value is less or equals then the given value.
Equals The property value equals with the given value.
NotEquals The property value does not equal with the given value.
HigherEquals The property value is higher or equal then the given value.
Higher The property value is higher then the given value.
Like The property value is like the given value.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Chili.Opf3.Query.Comparisons

Requirements

Namespace: Chili.Opf3.Query

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also