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) | ![]() |
---|---|
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.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