| Visual Basic (Declaration) | |
|---|---|
<ExtensionAttribute()> Public Shared Function ResetFakeBackingStoreAsync(Of T As IdeaBlade.EntityModel.EntityManager)( _ ByVal this As IEntityManagerProvider(Of T) _ ) As OperationResult | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim this As IEntityManagerProvider(Of T) Dim value As OperationResult value = FakeStoreEntityManagerProviderFns.ResetFakeBackingStoreAsync(Of T)(this) | |
| C# | |
|---|---|
[ExtensionAttribute()] public static OperationResult ResetFakeBackingStoreAsync<T>( IEntityManagerProvider<T> this ) where T: IdeaBlade.EntityModel.EntityManager | |
| C++/CLI | |
|---|---|
[ExtensionAttribute()] public: static OperationResult^ ResetFakeBackingStoreAsyncgeneric<typename T> ( IEntityManagerProvider<T^>^ this ) where T: IdeaBlade.EntityModel.EntityManager | |
Parameters
- this
Type Parameters
- T
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