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.9.0.0 (5.9.0)
Syntax public List<Pair<IFieldElementCore, IFieldElementCore>> GetPkFkFieldPairs()
Public Function GetPkFkFieldPairs As List(Of Pair(Of IFieldElementCore, IFieldElementCore))
Return Value
Type:
ListPairIFieldElementCore,
IFieldElementCorelist 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