DBTableFieldIsForeignKey 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.8.0.0 (5.8.21.0208)
Syntax[AllowInFilterAttribute(11)]
public bool IsForeignKey { get; }<AllowInFilterAttribute(11)>
Public ReadOnly Property IsForeignKey As Boolean
	Get
Property Value
Type: 
Boolean
See Also