DBUniqueConstraintChangeType Enumeration |
Change type specification for unique 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 DBUniqueConstraintChangeType
<FlagsAttribute>
Public Enumeration DBUniqueConstraintChangeType
Members
| Member name | Value | Description |
---|
| None | 0 |
No change
|
| ConstraintName | 1 |
Constraint name was changed
|
| MarkedForDeletion | 2 |
The MarkedForDeletion property was changed
|
| ContainedField | 4 |
A field in the unique constraint was changed.
|
See Also