FieldRelationshipChangeType Enumeration |
Enum definition for the event arguments signaling what has changed in a FieldRelationship instance
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 FieldRelationshipChangeType
Public Enumeration FieldRelationshipChangeType
Members
| Member name | Value | Description |
---|
| ForeignKeyField | 0 | |
| PrimaryKeyField | 1 | |
| Description | 2 | |
See Also