| DBForeignKeyConstraintChangeType Enumeration | 
            Change type specification for foreign key constraint changes
            
 
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax[FlagsAttribute]
public enum DBForeignKeyConstraintChangeType
<FlagsAttribute>
Public Enumeration DBForeignKeyConstraintChangeType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            No change
             | 
 | ConstraintName | 1 | 
            ConstraintName was changed
             | 
 | MarkedForDeletion | 2 | 
            The MarkedForDeletion property was changed
             | 
 | ContainedField | 4 | 
            A field contained by the Fk or referenced by the Fk was changed
             | 
 | UpdateRuleAction | 8 | 
            The update rule value was changed
             | 
 | DeleteRuleAction | 16 | 
            The delete rule value was changed
             | 
See Also