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




The member of this enumeration specifies the concat condition between items of the ObjectQueryBuilder.

Syntax

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

Members

MemberDescription
And Two items are connected over an "And".
Or Two items are connected over an "Or".

Inheritance Hierarchy

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

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