DevForce Help Reference
GetFakeBackingStore Method


Get the fake backing store for the context.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetFakeBackingStore( _
   ByVal compositionContext As CompositionContext, _
   Optional ByVal isRemote As Nullable(Of Boolean) _
) As IEntityServerFakeBackingStore
'Usage
 
Dim compositionContext As CompositionContext
Dim isRemote As Nullable(Of Boolean)
Dim value As IEntityServerFakeBackingStore
 
value = CompostionContextExtensions.GetFakeBackingStore(compositionContext, isRemote)

Parameters

compositionContext
isRemote
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

CompostionContextExtensions Class
CompostionContextExtensions Members

Send Feedback