IdeaBlade DevForce 2010 Help Reference
AddToQueryCache Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityQuery Class : AddToQueryCache Method



cache
Add this query to the QueryCache.

Syntax

Visual Basic (Declaration) 
Public Sub AddToQueryCache( _
   ByVal cache As QueryCache _
) 
Visual Basic (Usage)Copy Code
Dim instance As EntityQuery
Dim cache As QueryCache
 
instance.AddToQueryCache(cache)
C# 
public void AddToQueryCache( 
   QueryCache cache
)
C++/CLI 
public:
void AddToQueryCache( 
   QueryCache^ cache
) 

Parameters

cache

Remarks

DevForce will add a query to the QueryCache if the query meets certain criteria and has executed successfully; you don't need to directly call this method.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.