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.10.0.0 (5.10.0)
Syntaxpublic 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.
RemarksSorted on PkSide field names, ascending.
See Also