DevForce Help Reference
CacheQueryOptions Property


Returns the CacheQueryOptions for this QueryStrategy. May be null in which case no special handling will occur when cache queries are executed and standard .NET CLR query semantics will apply. These are likely to be different than those of the backend datastore.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property CacheQueryOptions As CacheQueryOptions
'Usage
 
Dim instance As QueryStrategy
Dim value As CacheQueryOptions
 
value = instance.CacheQueryOptions
[DataMember()]
public CacheQueryOptions CacheQueryOptions {get;}
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