Contains different types of an
IQuery.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Enum QueryTypes
Inherits Enum |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As QueryTypes
|
| C# | |
|---|
public enum QueryTypes : Enum |
| Managed Extensions for C++ | |
|---|
__value public enum QueryTypes : public Enum |
| C++/CLI | |
|---|
public enum class QueryTypes : public Enum |
Members
Remarks
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Chili.Opf3.Query.QueryTypes
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