IdeaBlade DevForce 2010 Help Reference
EntityManager Property
See Also  Send Feedback
IdeaBlade.EntityModel.Server Assembly > IdeaBlade.EntityModel.Server Namespace > EntityServerQueryInterceptor Class : EntityManager Property



Returns an EntityManager.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property EntityManager As EntityManager
Visual Basic (Usage)Copy Code
Dim instance As EntityServerQueryInterceptor
Dim value As EntityManager
 
value = instance.EntityManager
C# 
protected EntityManager EntityManager {get;}
C++/CLI 
protected:
property EntityManager^ EntityManager {
   EntityManager^ get();
}

Remarks

Note that this is not the original client-side EntityManager on which the query request was made. It is a server-side EntityManager, and its cache is empty.

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.