Cascade delete

Posts   
 
    
Posts: 87
Joined: 17-May-2011
# Posted on: 10-May-2012 08:44:58   

Hi there

I have a student table that is refrenced by several tables in my database, Can you please tell me what can be best practice to cascade delete a student entity.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 10-May-2012 08:50:47   

We don't support cascade delete on the framework as it might be a potential problem. If you want it, you have to enable it at your DB. Then simply delete the root entity.

David Elizondo | LLBLGen Support Team