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.6.0.0 (5.6.19.0117)
Syntax public IEnumerable<Pair<IProjectElementFieldMapTargetElement, IProjectElementFieldMapTargetElement>> GetFkPkFieldPairs()
Public Function GetFkPkFieldPairs As IEnumerable(Of Pair(Of IProjectElementFieldMapTargetElement, IProjectElementFieldMapTargetElement))
Return Value
Type:
IEnumerablePairIProjectElementFieldMapTargetElement,
IProjectElementFieldMapTargetElementan enumerable with pairs, one pair for each fk-pk field pair in this constraint. The pairs are ordered on pk-ordinal
See Also