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.3.0.0 (5.3.0)
Syntax public void SetNewPkSide(
DBTable newPkSide
)
Public Sub SetNewPkSide (
newPkSide As DBTable
)
Parameters
- newPkSide
- Type: SD.LLBLGen.Pro.DBDriverCoreDBTable
The new pk side. can be null
See Also