Click or drag to resize
NormalRelationshipEdgeGetPkFieldAssignedToFkField Method
Gets the pk field assigned to the fk 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 IIdentifyingField GetPkFieldAssignedToFkField(
	IFieldElementCore fkField
)

Parameters

fkField
Type: SD.LLBLGen.Pro.ApplicationCoreIFieldElementCore
The fk field.

Return Value

Type: IIdentifyingField
the PK field assigned to the fk field or null if not found
See Also