DevForce Help Reference
FixupTempIds Enumeration


SaveOptions setting determining whether to fixup all generated temporary Ids or only those Ids corresponding to entities passed into the SaveChanges method.
Syntax
'Declaration
 
Public Enum FixupTempIds 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As FixupTempIds
Members
MemberDescription
All Default setting. Perform Id fixup on all generated temporary Ids.
InSaveListOnly Perform Id fixup only on those entities passed into the SaveChanges method.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.FixupTempIds

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