DevForce Help Reference
EntityServerFakeBackingStore.Local Class
Members 


A fake backing store used with a local EntityServer in 2-tier mode.
Syntax
'Declaration
 
Public Class EntityServerFakeBackingStore.Local 
   Inherits EntityServerFakeBackingStore.AsyncBackingStore
   Implements IEntityServerFakeBackingStore 
'Usage
 
Dim instance As EntityServerFakeBackingStore.Local
public class EntityServerFakeBackingStore.Local : EntityServerFakeBackingStore.AsyncBackingStore, IEntityServerFakeBackingStore  
Remarks
A disconnected EntityManager is used as the local backing store. The backing store can be restored from a previously saved EntityCacheState to pre-load data. The store can also be saved to a file or stream.

A local store cannot be used by Silverlight and Windows Store applications.

Inheritance Hierarchy

System.Object
      IdeaBlade.EntityModel.EntityServerFakeBackingStore.Local

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

EntityServerFakeBackingStore.Local Members
IdeaBlade.EntityModel Namespace

Send Feedback