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.