Indicates to the framework, that the provided EntityManager type makes use of the DevForce Fake Backing Store.
Syntax
Visual Basic (Declaration) | |
---|
Protected Shared Sub UsesFakeStore(Of T As IdeaBlade.EntityModel.EntityManager)() |
C# | |
---|
protected static void UsesFakeStore<T>()where T: IdeaBlade.EntityModel.EntityManager |
C++/CLI | |
---|
protected:
static void UsesFakeStoregeneric<typename T>
(); where T: IdeaBlade.EntityModel.EntityManager |
Type Parameters
- T
Remarks
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