Click or drag to resize
DBForeignKeyConstraintGetFkFieldRelatedToPkField Method
Gets the fk field related to the pk field specified

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public IProjectElementFieldMapTargetElement GetFkFieldRelatedToPkField(
	IProjectElementFieldMapTargetElement pkField
)

Parameters

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

Return Value

Type: IProjectElementFieldMapTargetElement
the Fk field requested or null if pk field wasn't found
See Also