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.12.0.0 (5.12.0)
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