| ForeignKeyFieldChangeType Enumeration | 
 
            Enum for event arguments signaling what has changed in a foreignkeyfield definition.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic enum ForeignKeyFieldChangeType
Public Enumeration ForeignKeyFieldChangeType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Name | 0 |  | 
 | IsOptional | 1 |  | 
 | MappedField | 2 |  | 
 | Description | 3 |  | 
 | FieldType | 4 |  | 
 | IsPartOfIdentifyingFields | 5 |  | 
 | IsHidden | 6 |  | 
 | IsDiscriminator | 7 |  | 
 | IsReadOnly | 8 |  | 
See Also