Click or drag to resize

DBTableChangeType Enumeration

Change type specification for table 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 DBTableChangeType
Members
  Member nameValueDescription
None0 No change
Name1 The table name was changed
MarkedForDeletion2 The MarkedForDeletion property was changed
PkConstraintName4 The pk constraint name was changed
See Also