Cam: @muunkky
unread,Sep 21, 2010, 11:49:34 AM9/21/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RISE
Hi there,
For basic CRUD operations Rise automatically generates Delete methods
for each entity. However, in order to delete dependent objects I have
to create a composite method to cascade those deletions. Usually I use
the ON DELETE CASCADE constraint on the relationships so deletions
automatically cascade as desired.
If I could alter the deletion cascade behaviour property of
relationships, this would be a useful addition.
Best Regards,
Cameron