DevForce Help Reference
InQueryCache Method (EntityQuery)


Gets whether this query is in the QueryCache.
Syntax
'Declaration
 
Public Function InQueryCache( _
   ByVal cache As QueryCache _
) As Boolean
'Usage
 
Dim instance As EntityQuery
Dim cache As QueryCache
Dim value As Boolean
 
value = instance.InQueryCache(cache)
public bool InQueryCache( 
   QueryCache cache
)

Parameters

cache
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