DevForce Help Reference
EntityManagerPartialSaveExtensions Class
Members 


Provides backwards-compatibility for EntityManager partial save processing.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public MustInherit NotInheritable Class EntityManagerPartialSaveExtensions 
'Usage
 
Dim instance As EntityManagerPartialSaveExtensions
[Extension()]
public static class EntityManagerPartialSaveExtensions 
Remarks
A "partial save" can be used to persist a subset of the changed entities in an EntityManager cache. This capability is not a best practice and we recommend using the Unit of Work pattern as an alternative. The partial save capability here is provided for backwards-compatibility to DevForce 2010 applications using this technique.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.Compat.EntityManagerPartialSaveExtensions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManagerPartialSaveExtensions Members
IdeaBlade.EntityModel.Compat Namespace

Send Feedback