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




Specifies the IQuery of the current operation.

Syntax

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

Return Value

The IQuery of the current operation.ObjectPersistingEventArgs ClassObjectNotificationEventArgs Class

Requirements

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

See Also