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




Query that has been executed before the exception has been thrown.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Query As IQuery
Visual Basic (Usage)Copy Code
Dim instance As StorageException
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();
}

Return Value

Returns the IQuery that has been executed before the exception has been thrown.

Requirements

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

See Also