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




Gets the query that is added to the cache.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Query As IQuery
Visual Basic (Usage)Copy Code
Dim instance As AddingQueryEventArgs
Dim value As IQuery
 
value = instance.Query
C# 
public IQuery Query {get;}
Managed Extensions for C++ 
public: __property IQuery* get_Query();
C++/CLI 
public:
property IQuery^ Query {
   IQuery^ get();
}

Requirements

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

See Also