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.3.0.0 (5.3.0)
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