IProjectElementFieldMapTargetElementIsForeignKey Property  | 
 
            Flag which signals if this field has a foreign key (FK) constraint. By design, fields can 
            have only one foreign key constraint, since more than one is semantically wrong. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxbool IsForeignKey { get; }ReadOnly Property IsForeignKey As Boolean
	Get
Property Value
Type: 
Boolean
See Also