| 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(); } | |
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.
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