Hi Friends,
I want to delete all the child records from all the related entities.
For that we have 2 Approaches :
1.Using Cascade Delete
2.Writing a C# Code using Entity Meta Data.
If i go for the first one using Cascade Delete ,Does it work in the bulk data like if the parent entity has many related child records(Lets say 50k or more).And these 50k records are from all the related entities.
If i go for the 2 one then its taking much more time than i was expecting and the logic is much more complex.
Please guide me though this scenario so that i could complete it ASAP.
Any help will be highly appreciative.
Thanks
Shashikant Saxena
*This post is locked for comments
I have the same question (0)