ComponentOne DataObjects for .NET
ReferentialIntegrityRuleEnum Enumeration

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : ReferentialIntegrityRuleEnum Enumeration
Specifies the action applied to child rows when their parent key is modified or deleted.
Syntax
'Declaration
 
Public Enum ReferentialIntegrityRuleEnum 
   Inherits System.Enum
public enum ReferentialIntegrityRuleEnum : System.Enum 
Members
MemberDescription
CascadeDelete or update child rows.
NoneNo action taken on child rows.
SetDefaultSet values in child rows to the value specified by the Field.DefaultValue property.
SetNullSet values in child rows to DbNull.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Data.SchemaObjects.ReferentialIntegrityRuleEnum

See Also

Reference

C1.Data.SchemaObjects Namespace
Simple Relations