Click or drag to resize
DBForeignKeyConstraintForeignKeyFields Property
List of DBTableField instances of the foreign key in this relation. DBTableField instances have an DBTable reference for upward navigation. FK constraints which span multiple catalogs are not supported. The fields in the foreign key correspond with the fields in the primary key based on the index, thus the field on position 0 in the ForeignKeyFields array, corresponds with the field on position 0 in the PrimaryKeyFields array.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public IList<DBTableField> ForeignKeyFields { get; }

Property Value

Type: IListDBTableField
See Also