Chili.Opf3 Send comments on this topic.
ClearQueries(IStorage,Type) Method
See Also 
Chili.Opf3.Caching Namespace > SimpleCacheManager Class > ClearQueries Method : ClearQueries(IStorage,Type) Method




storage
The storage the query has been executed on.
persistentsType
The persistents' type returned by the query.
Clears all queries for the given storage and persistent type.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub ClearQueries( _
   ByVal storage As IStorage, _
   ByVal persistentsType As Type _
) 
Visual Basic (Usage)Copy Code
Dim instance As SimpleCacheManager
Dim storage As IStorage
Dim persistentsType As Type
 
instance.ClearQueries(storage, persistentsType)
C# 
public void ClearQueries( 
   IStorage storage,
   Type persistentsType
)
Managed Extensions for C++ 
public: void ClearQueries( 
   IStorage* storage,
   Type* persistentsType
) 
C++/CLI 
public:
void ClearQueries( 
   IStorage^ storage,
   Type^ persistentsType
) 

Parameters

storage
The storage the query has been executed on.
persistentsType
The persistents' type returned by the query.

Requirements

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

See Also