Click or drag to resize
DBStoredProcedureParameterIsForeignKey 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.3.0.0 (5.3.0)
Syntax
public bool IsForeignKey { get; }

Property Value

Type: Boolean

Implements

IProjectElementFieldMapTargetElementIsForeignKey
See Also