Chili.Opf3 Send comments on this topic.
IQuery Interface
See Also  Members  
Chili.Opf3.Query Namespace : IQuery Interface




This interface is implemented by each type of Query. Classes that implement this interface can be used as queries in the framework.

Syntax

Visual Basic (Declaration) 
Public Interface IQuery 
Visual Basic (Usage)Copy Code
Dim instance As IQuery
C# 
public interface IQuery 
Managed Extensions for C++ 
public __gc __interface IQuery 
C++/CLI 
public interface class IQuery 

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