Click or drag to resize
DBForeignKeyConstraintSetNewPkSide Method
Sets the new pk side. If there's no way the specified pk side can be made the pk side of this FK, the PK side will be empty (null). Calling this method always resets the current PK side of this FK.

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 void SetNewPkSide(
	DBTable newPkSide
)

Parameters

newPkSide
Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The new pk side. can be null
See Also