DevForce Help Reference
CacheOnly Field


Retrieve business objects from the cache only. QueryInversion is not applicable for this strategy.
Syntax
'Declaration
 
Public Shared CacheOnly As QueryStrategy
'Usage
 
Dim value As QueryStrategy
 
value = QueryStrategy.CacheOnly
 
QueryStrategy.CacheOnly = value
public static QueryStrategy CacheOnly
Remarks
Combines FetchStrategy.CacheOnly and MergeStrategy.NotApplicable.
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

QueryStrategy Class
QueryStrategy Members

Send Feedback