SetPropagateDeleteFlag
Purpose
SetPropagateDeleteFlag sets the flag that indicates if delete propagation is set on the relationship description.
Syntax
void SetPropagateDeleteFlag (const short flagArg)
Argument |
In/Out |
Description |
flagArg |
In |
FlagArg = MD_PROPDEL (1) objects in the destination class will be deleted when the origin object is deleted. FlagArg = MD_NULL (0) destination objects will not be deleted |