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