DevForce Help Reference
EntityRelationRefConstraint Enumeration


The referential integrity constraint for a role.
Syntax
'Declaration
 
Public Enum EntityRelationRefConstraint 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EntityRelationRefConstraint
public enum EntityRelationRefConstraint : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
Dependent The role is the dependent in the relationship.
None Not applicable.
Principal The role is the principal in the relationship.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.EntityRelationRefConstraint

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