Click or drag to resize
NormalRelationshipEdgeGetPkFkFieldPairs Method
Gets the pk field - fk field pairs. Value1 is Pk field, Value2 is Fk field

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<Pair<IFieldElementCore, IFieldElementCore>> GetPkFkFieldPairs()

Return Value

Type: ListPairIFieldElementCore, IFieldElementCore
list with per field relation a pair, with Value1 set to the pk field and Value2 to the Fk field.
Remarks
Sorted on PkSide field names, ascending.
See Also