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



Returns an EntityManager holding the entities to be saved.

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property EntityManager As EntityManager
Visual Basic (Usage)Copy Code
Dim instance As EntityServerSaveInterceptor
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 EntityManager on which the SaveChanges call was made.

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.