| NormalRelationshipEdgeGetFkFieldAssignedToPkField Method  | 
            Gets the fk field assigned to the pk field specified
            
 
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic FieldElement GetFkFieldAssignedToPkField(
	IIdentifyingField pkField
)
Public Function GetFkFieldAssignedToPkField ( 
	pkField As IIdentifyingField
) As FieldElement
Parameters
- pkField
 - Type: SD.LLBLGen.Pro.ApplicationCoreIIdentifyingField
The pk field. 
Return Value
Type: 
FieldElementfk field assigned to the pk field, or null if not found/present
See Also