Click or drag to resize

DBTableFieldChangeType Enumeration

Change type specification for field 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 DBTableFieldChangeType
Members
  Member nameValueDescription
None0 No change
FieldName1 The field name property was changed
OrdinalPosition2 The ordinal position was changed
IsNullable4 The IsNullable flag was changed
IsIdentity8 The IsIdentity flag was changed
IsTimestamp16 The IsTimestamp flag was changed
DBType32 The DBType of the field in TypeDefinition was changed (and the related fields following the DBType)
Length64 The Length property in TypeDefinition was changed
Precision128 The Precision property in TypeDefinition was changed
Scale256 The Scale property in TypeDefinition was changed
IsPrimaryKey512 The IsPrimaryKey flag was changed
DefaultSequence1024 The default sequence was changed
MarkedForDeletion2048 The MarkedForDeletion property was changed
DefaultValue4096 The default value property was changed.
NETType8192 The .NET type of the field has been changed.
HasDefaultValue16384 The has default value property has been changed.
See Also