Click or drag to resize

DBTypeDefinitionChangeType Enumeration

Change type specification for typedefinition 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 DBTypeDefinitionChangeType
Members
  Member nameValueDescription
None0 No change
DBType1 The DBType was changed
Length2 The length was changed
Precision4 The precision was changed
Scale8 The scale was changed
NETType16 The .NET type has been changed. This can occur when precision / scale or dbtype has been changed.
See Also