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



A fake backing store used with a local EntityServer in 2-tier mode.

Syntax

Visual Basic (Declaration) 
Public Class EntityServerFakeBackingStore.Local 
   Inherits EntityServerFakeBackingStore.AsyncBackingStore
   Implements IEntityServerFakeBackingStore 
Visual Basic (Usage)Copy Code
Dim instance As EntityServerFakeBackingStore.Local
C# 
public class EntityServerFakeBackingStore.Local : EntityServerFakeBackingStore.AsyncBackingStore, IEntityServerFakeBackingStore  
C++/CLI 
public ref class EntityServerFakeBackingStore.Local : public 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.

Inheritance Hierarchy

System.Object
      IdeaBlade.EntityModel.EntityServerFakeBackingStore.Local

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.