T
Cocktail Help Reference
InitializeFakeBackingStore<T> Method
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > FakeStoreEntityManagerProviderFns Class : InitializeFakeBackingStore<T> Method



this

Glossary Item Box

Initializes the fake backing store.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function InitializeFakeBackingStore(Of T As IdeaBlade.EntityModel.EntityManager)( _
   ByVal this As IEntityManagerProvider(Of T) _
) As Boolean
Visual Basic (Usage)Copy Code
Dim this As IEntityManagerProvider(Of T)
Dim value As Boolean
 
value = FakeStoreEntityManagerProviderFns.InitializeFakeBackingStore(Of T)(this)
C# 
[ExtensionAttribute()]
public static bool InitializeFakeBackingStore<T>( 
   IEntityManagerProvider<T> this
)
where T: IdeaBlade.EntityModel.EntityManager
C++/CLI 
[ExtensionAttribute()]
public:
static bool InitializeFakeBackingStoregeneric<typename T>
( 
   IEntityManagerProvider<T^>^ this
) 
where T: IdeaBlade.EntityModel.EntityManager

Parameters

this

Type Parameters

T

Return Value

Returns true if the EntityManagerProvider supports the fake backing store.

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.