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




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

MemberDescription
Insert Queries marked with this member of the enumeration insert objects in the storage.
Update Queries marked with this member of the enumeration update objects in the storage.
Load Queries marked with this member of the enumeration load objects from the storage.
Delete Queries marked with this member of the enumeration delete objects from the storage.
Unknown The type of the query couldn't be estimated or is unknown.

Remarks

This enumeration contains the types of an IQuery. The type of the query should be discovered by the IQuery itself.

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