| C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace : ReferentialIntegrityRuleEnum Enumeration |
'Declaration Public Enum ReferentialIntegrityRuleEnum Inherits System.Enum
public enum ReferentialIntegrityRuleEnum : System.Enum
| Member | Description |
|---|---|
| Cascade | Delete or update child rows. |
| None | No action taken on child rows. |
| SetDefault | Set values in child rows to the value specified by the Field.DefaultValue property. |
| SetNull | Set values in child rows to DbNull. |
System.Object
System.ValueType
System.Enum
C1.Data.SchemaObjects.ReferentialIntegrityRuleEnum
C1.Data.SchemaObjects Namespace
Simple Relations