Click or drag to resize

DBForeignKeyConstraintChangeType Enumeration

Change type specification for foreign key constraint changes

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
[FlagsAttribute]
public enum DBForeignKeyConstraintChangeType
Members
  Member nameValueDescription
None0 No change
ConstraintName1 ConstraintName was changed
MarkedForDeletion2 The MarkedForDeletion property was changed
ContainedField4 A field contained by the Fk or referenced by the Fk was changed
UpdateRuleAction8 The update rule value was changed
DeleteRuleAction16 The delete rule value was changed
See Also