Cascade Deletes

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 04-Feb-2006 20:39:17   

Hi all,

I know this has been posted a couple times - but I just like to confirm - Are cascade deletes implemented in LLBLGen? From what I gather the answer is no.

So, if I have an object collection i.e.:

Groups -> Users - > Permissions

And say I delete the groups object, does that mean I also have to manually delete Users + Permissions too?

I prefer not to use SQL Server Cascade Delete features.

Thanks.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39930
Joined: 17-Aug-2003
# Posted on: 05-Feb-2006 12:47:57   

You've to delete them manually, correct.

Frans Bouma | Lead developer LLBLGen Pro