| 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.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic IList<DBTableField> ForeignKeyFields { get; }Public ReadOnly Property ForeignKeyFields As IList(Of DBTableField)
	Get
Property Value
Type: 
IListDBTableField
See Also