IdeaBlade DevForce 2010 Help Reference
CacheQueryOptions Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : CacheQueryOptions Class



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

Visual Basic (Declaration) 
<DataContractAttribute()>
Public Class CacheQueryOptions 
Visual Basic (Usage)Copy Code
Dim instance As CacheQueryOptions
C# 
[DataContractAttribute()]
public class CacheQueryOptions 
C++/CLI 
[DataContractAttribute()]
public ref class CacheQueryOptions 

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.CacheQueryOptions

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.