DevForce Help Reference
CacheQueryOptions Class
Members 


Options that allow queries that will be run against cache to share the same semantics as the corresponding query against the Entity Framework and the backend database. Linq To Objects (CLR) and Linq To Entities do not share the same semantics. This class allows IdeaBlade Entity queries against the Entity cache (Linq to Objects queries) to be interpreted like they will be against the Entity Framework.
Object Model
CacheQueryOptions ClassCacheQueryOptions Class
Syntax
'Declaration
 
<DataContractAttribute()>
Public Class CacheQueryOptions 
'Usage
 
Dim instance As CacheQueryOptions
[DataContract()]
public class CacheQueryOptions 
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.CacheQueryOptions

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

CacheQueryOptions Members
IdeaBlade.EntityModel Namespace

Send Feedback