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



Action taken on related objects when an entity is deleted.

Syntax

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

Members

MemberDescription
Cascade Delete is cascaded to objects of the "other" role.
None No action taken.
Restrict Future - Delete is not allowed if objects of the "other" role are present.

Remarks

The Restrict action is not currently implemented.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.OnDeleteMode

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.