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




Gets the storage that the query is executed on.

Syntax

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

Requirements

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

See Also