FieldMappingChangeType Enumeration |
Enum definition for event arguments signaling what has changed in a FieldMapping
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public enum FieldMappingChangeType
Public Enumeration FieldMappingChangeType
Members
| Member name | Value | Description |
---|
| MappedField | 0 | |
| MappedTarget | 1 | |
| SequenceToUse | 2 | |
| TypeConverterToUse | 3 | |
See Also