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
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