DevForce Help Reference
SaveStatus Enumeration


Returns the kind of operation performed during a EntityManager.SaveChanges call.
Syntax
'Declaration
 
Public Enum SaveStatus 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As SaveStatus
Members
MemberDescription
Cancelled The save was cancelled.
Error The save did not complete due to an unhandled error.
ExceptionHandled The save had an error which was handled by an EntityServerError handler.
Incomplete Not yet completed.
NoOperation No entities to save.
Normal The save was processed normally.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.SaveStatus

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

IdeaBlade.EntityModel Namespace

Send Feedback