Chili.Opf3 Send comments on this topic.
QueryType Property
See Also 
Chili.Opf3.Query Namespace > SqlQuery Class : QueryType Property




Returns the QueryType of the SqlQuery.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property QueryType As QueryTypes
Visual Basic (Usage)Copy Code
Dim instance As SqlQuery
Dim value As QueryTypes
 
value = instance.QueryType
C# 
public QueryTypes QueryType {get;}
Managed Extensions for C++ 
public: __property QueryTypes get_QueryType();
C++/CLI 
public:
property QueryTypes QueryType {
   QueryTypes get();
}

Return Value

A member of the QueryType enumeration.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also