IFieldElementCoreChangeType Enumeration |
Enum definition for the event arguments signaling what has changed in an IFieldElementCore implementing object.
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum IFieldElementCoreChangeType
Public Enumeration IFieldElementCoreChangeType
Members
| Member name | Value | Description |
---|
| FieldType | 0 | |
| Name | 1 | |
| IsPartOfIdentifyingFields | 2 | |
| MaxLength | 3 | |
| Precision | 4 | |
| Scale | 5 | |
| IsReadOnly | 6 | |
| IsDiscriminator | 7 | |
| IsForeignKeyField | 8 | |
| FieldIndex | 9 | |
| FieldTypeContents | 10 | |
| FieldTypeKind | 11 | |
See Also