Click or drag to resize
DBForeignKeyConstraintGetFkPkFieldPairs Method
Gets the fkfield - pkfield pairs. Each pair has for Value1 the fk field and for Value2 the pk field.

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 IEnumerable<Pair<IProjectElementFieldMapTargetElement, IProjectElementFieldMapTargetElement>> GetFkPkFieldPairs()

Return Value

Type: IEnumerablePairIProjectElementFieldMapTargetElement, IProjectElementFieldMapTargetElement
an enumerable with pairs, one pair for each fk-pk field pair in this constraint. The pairs are ordered on pk-ordinal
See Also