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.1.0.0 (5.1.0)
Syntax [FlagsAttribute]
public enum DBTypeDefinitionChangeType
<FlagsAttribute>
Public Enumeration DBTypeDefinitionChangeType
Members
| Member name | Value | Description |
---|
| None | 0 |
No change
|
| DBType | 1 |
The DBType was changed
|
| Length | 2 |
The length was changed
|
| Precision | 4 |
The precision was changed
|
| Scale | 8 |
The scale was changed
|
| NETType | 16 |
The .NET type has been changed. This can occur when precision / scale or dbtype has been changed.
|
See Also