IdeaBlade DevForce 2010 Help Reference
SaveStatus Enumeration
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : SaveStatus Enumeration



Returns the kind of operation performed during a EntityManager.SaveChanges call.

Syntax

Visual Basic (Declaration) 
Public Enum SaveStatus 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As SaveStatus
C++/CLI 
public enum class SaveStatus : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  

Members

MemberDescription
Cancelled The save was cancelled.
ExceptionHandled The save had an error but 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 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.