DevForce Help Reference
OnDeleteMode Enumeration


Action taken on related objects when an entity is deleted.
Syntax
'Declaration
 
Public Enum OnDeleteMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OnDeleteMode
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 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