DevForce Help Reference
AddToQueryCache Method (EntityQuery)


Add this query to the QueryCache.
Syntax
'Declaration
 
Public Sub AddToQueryCache( _
   ByVal cache As QueryCache _
) 
'Usage
 
Dim instance As EntityQuery
Dim cache As QueryCache
 
instance.AddToQueryCache(cache)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityQuery Class
EntityQuery Members

Send Feedback