IdeaBlade DevForce 2010 Help Reference
FixupTempIds Enumeration
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : 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

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

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 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.