Click or drag to resize
NormalRelationshipEdgeGetFkFieldAssignedToPkField Method
Gets the fk field assigned to the pk field specified

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 FieldElement GetFkFieldAssignedToPkField(
	IIdentifyingField pkField
)

Parameters

pkField
Type: SD.LLBLGen.Pro.ApplicationCoreIIdentifyingField
The pk field.

Return Value

Type: FieldElement
fk field assigned to the pk field, or null if not found/present
See Also